![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneExecutionToken.h>
Inheritance diagram for IMovieScenePreAnimatedGlobalTokenProducer:Public Member Functions | |
| virtual | ~IMovieScenePreAnimatedGlobalTokenProducer () |
| virtual void | InitializeForAnimation () const |
| virtual IMovieScenePreAnimatedGlobalTokenPtr | CacheExistingState () const =0 |
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)
|
inlinevirtual |
|
pure virtual |
Produce a token that can be used to return the playback environment back to its current state
Implemented in Impl::FPreAnimatedTokenProducer, and FMovieSceneRemoveInitialGlobalValueTokenProducer.
|
inlinevirtual |
Perform any initial set up required to animate the playback environment
Reimplemented in Impl::FPreAnimatedTokenProducer.