Navigation
API > API/Runtime > API/Runtime/MovieScene
Inheritance Hierarchy
- IMovieScenePreAnimatedGlobalTokenProducer
- FMovieSceneRemoveInitialGlobalValueTokenProducer
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneExecutionToken.h |
| Include | #include "MovieSceneExecutionToken.h" |
Syntax
struct IMovieScenePreAnimatedGlobalTokenProducer
Remarks
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)
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| IMovieScenePreAnimatedGlobalTokenPtr | Produce a token that can be used to return the playback environment back to its current state | ||
| void | Perform any initial set up required to animate the playback environment |