Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Evaluation > API/Runtime/MovieScene/Evaluation/PreAnimatedState
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/PreAnimatedState/MovieSceneRestoreStateParams.h |
| Include | #include "Evaluation/PreAnimatedState/MovieSceneRestoreStateParams.h" |
Syntax
struct FRestoreStateParams
Remarks
Parameters that are passed to IMovieScenePreAnimatedToken::RestoreState and IMovieScenePreAnimatedGlobalToken::RestoreState
Variables
| Type | Name | Description | |
|---|---|---|---|
| UMovieSceneEntitySystemLinker * | Linker | The linker that originally cached the pre-animated state | |
| FInstanceHandle | TerminalInstanceHandle | The instance handle that relates to the last sequence that finished animating this state. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| IMovieScenePlayer * | Retrieve a pointer to the player that is causing this state to be restored. |