Navigation
API > API/Runtime > API/Runtime/LevelSequence
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- ULevelSequenceDirector
References
| Module | LevelSequence |
| Header | /Engine/Source/Runtime/LevelSequence/Public/LevelSequenceDirector.h |
| Include | #include "LevelSequenceDirector.h" |
Syntax
class ULevelSequenceDirector : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | MovieScenePlayerIndex | Native player interface index - stored by index so that it can be reinstanced correctly | |
| TObjectPtr< ULevelSequencePlayer > | Player | Pointer to the player that's playing back this director's sequence. | |
| int32 | SubSequenceID | The Sequence ID for the sequence this director is playing back within - has to be stored as an int32 so that it is reinstanced correctly |
Functions
| Type | Name | Description | |
|---|---|---|---|
| AActor * | GetBoundActor
(
FMovieSceneObjectBindingID ObjectBinding |
Resolve the first valid Actor binding inside this sub-sequence that relates to the specified ID | |
| TArray< AActor * > | GetBoundActors
(
FMovieSceneObjectBindingID ObjectBinding |
Resolve the actor bindings inside this sub-sequence that relate to the specified ID | |
| UObject * | GetBoundObject
(
FMovieSceneObjectBindingID ObjectBinding |
Resolve the first valid binding inside this sub-sequence that relates to the specified ID | |
| TArray< UObject * > | GetBoundObjects
(
FMovieSceneObjectBindingID ObjectBinding |
Resolve the bindings inside this sub-sequence that relate to the specified ID | |
| FQualifiedFrameTime | Get the current time for this director's sub-sequence (or the root sequence, if this is a root sequence director) | ||
| FQualifiedFrameTime | Get the current time for the outermost (root) sequence | ||
| UMovieSceneSequence * | GetSequence () |
Get the current sequence that this director is playing back within | |
| UWorld * | GetWorld () |
||
| void | OnCreated () |
Called when this director is created |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| FQualifiedFrameTime | GetMasterSequenceTime is deprecated. Please use GetRootSequenceTime instead |