Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/EntitySystem > API/Runtime/MovieScene/EntitySystem/ISequenceUpdater
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneSequenceUpdaters.h |
| Include | #include "EntitySystem/MovieSceneSequenceUpdaters.h" |
void Update
(
TSharedRef< const FSharedPlaybackState > SharedPlaybackState,
const FMovieSceneContext & InContext
)
Remarks
Called in order that this updater may make any changes to the linker's environment before its sequence is evaluated (ie, initialize or unlink any entity instantiations)
Parameters
| Name | Description |
|---|---|
| InLinker | The linker that is evaluating this sequence |
| InInstanceHandle | The instance handle for the top level sequence instance that this updater belongs to |
| InPlayer | The movie scene player instance playing this sequence |
| InContext | The root-level context for the current evaluation. |