BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'MovieSceneSequencePlaybackSettings' from its members
Inputs
Type | Name | Description |
---|---|---|
boolean | Auto Play | Auto-play the sequence when created |
struct | Loop | Number of times to loop playback. -1 for infinite, else the number of times to loop before stopping |
real | Play Rate | The rate at which to playback the animation |
real | Start Offset | Start playback at the specified offset from the start of the sequence's playback range |
boolean | Random Start Time | Start playback at a random time |
boolean | Restore State | Flag used to specify whether actor states should be restored on stop |
boolean | Disable Movement Input | Disable Input from player during play |
boolean | Disable Look At Input | Disable LookAt Input from player during play |
boolean | Hide Player | Hide Player Pawn during play |
boolean | Hide Hud | Hide HUD during play |
boolean | Disable Camera Cuts | Disable camera cuts |
boolean | Pause At End | Pause the sequence when playback reaches the end rather than stopping it |
Outputs
Type | Name | Description |
---|---|---|
struct | Movie Scene Sequence Playback Settings |