Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene
Inheritance Hierarchy
- IMovieScenePreAnimatedTokenProducer
- TForwardingPreAnimatedTokenProducer
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneExecutionToken.h |
Include | #include "MovieSceneExecutionToken.h" |
Syntax
template<typename TokenType>
struct TForwardingPreAnimatedTokenProducer : public IMovieScenePreAnimatedTokenProducer
Remarks
Templated pre-animated state token producer that forwards the object onto the templated type
Overridden from IMovieScenePreAnimatedTokenProducer
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
IMovieScenePreAnimatedTokenPtr | CacheExistingState
(
UObject& Object |
Produce a token that can be used to return the specified object back to its current state |