Navigation
API > API/Runtime > API/Runtime/MovieScene
Type required for production of pre-animated state tokens. Implemented as a type rather than a callback to ensure efficient construction (these types are often constructed, but rarely utilized)
| Name | IMovieScenePreAnimatedGlobalTokenProducer |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieScene/Public/MovieSceneExecutionToken.h |
| Include Path | #include "MovieSceneExecutionToken.h" |
Syntax
struct IMovieScenePreAnimatedGlobalTokenProducer
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IMovieScenePreAnimatedGlobalTokenProducer() |
MovieSceneExecutionToken.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IMovieScenePreAnimatedGlobalTokenPtr CacheExistingState () |
Produce a token that can be used to return the playback environment back to its current state | MovieSceneExecutionToken.h | |
virtual void InitializeForAnimation () |
Perform any initial set up required to animate the playback environment | MovieSceneExecutionToken.h |