Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/EntitySystem
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneSharedPlaybackState.h |
| Include | #include "EntitySystem/MovieSceneSharedPlaybackState.h" |
Syntax
struct FSharedPlaybackStateCreateParams
Remarks
Parameter structure for initializing a new shared playback state.
Variables
| Type | Name | Description | |
|---|---|---|---|
| UMovieSceneCompiledDataManager * | CompiledDataManager | The compiled data manager with which the root sequence was compiled, or will be compiled. | |
| TObjectPtr< UMovieSceneEntitySystemLinker > | Linker | The linker that will be evaluating the sequence that the created playback state relates to. | |
| UObject * | PlaybackContext | The playback context in which the root sequence will be evaluated. | |
| FRootInstanceHandle | RootInstanceHandle | The handle of the root sequence instance, if the created playback state is meant to relate to an instance that has also been created inside a runner/linker's instance registry. |