UEConsole Commands
VariableConsole VariableRemaining

ActorSequence.DefaultDisplayRate

ActorSequence.DefaultDisplayRate is a console variable in Unreal Engine 5 (UE5). See what ActorSequence.DefaultDisplayRate does, its values, and how to use this cvar in the Unreal console below.

Category: Remaining · Namespace: actorsequence

Help

Specifies default a display frame rate for newly created level sequences; also defines frame locked frame rate where sequences are set to be frame locked. Examples: 30 fps, 120/1 (120 fps), 30000/1001 (29.97), 0.01s (10ms).

Usage

Unreal console (open with ~)
> ActorSequence.DefaultDisplayRate 1

Console variables take a value. Replace 1 with the setting you need. Run it with no value to print the current one.

Related in actorsequence