Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FMovieSceneRootEvaluationTemplat-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Initialize
(
TSharedRef< UE::MovieScene::FSharedPlaybackState > InSharedPlaybackState |
Initialize this template instance as a "dormant" wrapper around an already existing shared playback state. | Evaluation/MovieSceneEvaluationTemplateInstance.h | |
void Initialize
(
UMovieSceneSequence& RootSequence, |
Initialize this template instance with the specified sequence | Evaluation/MovieSceneEvaluationTemplateInstance.h |
Initialize(TSharedRef< UE::MovieScene::FSharedPlaybackState >)
Description
Initialize this template instance as a "dormant" wrapper around an already existing shared playback state.
| Name | Initialize |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationTemplateInstance.h |
| Include Path | #include "Evaluation/MovieSceneEvaluationTemplateInstance.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Evaluation/MovieSceneEvaluationTemplateInstance.cpp |
void Initialize
(
TSharedRef < UE::MovieScene::FSharedPlaybackState > InSharedPlaybackState
)
Initialize(UMovieSceneSequence &, IMovieScenePlayer &, UMovieSceneCompiledDataManager *)
Description
Initialize this template instance with the specified sequence
| Name | Initialize |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationTemplateInstance.h |
| Include Path | #include "Evaluation/MovieSceneEvaluationTemplateInstance.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Evaluation/MovieSceneEvaluationTemplateInstance.cpp |
void Initialize
(
UMovieSceneSequence & RootSequence,
IMovieScenePlayer & Player,
UMovieSceneCompiledDataManager * InCompiledDataManager
)
Parameters
| Name | Remarks |
|---|---|
| RootSequence | The sequence play back |
| Player | The player responsible for playback |
| TemplateStore | Template store responsible for supplying templates for a given sequence |