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/MovieScenePreAnimatedStateTypes.h |
| Include | #include "Evaluation/PreAnimatedState/MovieScenePreAnimatedStateTypes.h" |
Syntax
struct FPreAnimatedStateMetaData
Remarks
Meta-data pertaining to a specific animating source (could be a FMovieSceneEntityID, FMovieSceneEvaluationKey, UMovieSceneTrackInstance etc) Which specifies an entry to a piece of pre-animated state, the RootInstance that it's playing from, and whether it wants to restore state or not
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bWantsRestoreState | True if this entry should be restored when it is removed | |
| FPreAnimatedStateEntry | Entry | The pre-animated state entry | |
| FRootInstanceHandle | RootInstanceHandle | The instance handle for the root sequence |