Navigation
API > API/Runtime > API/Runtime/MovieScene
Templated pre-animated state token producer that forwards the object onto the templated type
| Name | TForwardingPreAnimatedTokenProducer |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieScene/Public/MovieSceneExecutionToken.h |
| Include Path | #include "MovieSceneExecutionToken.h" |
Syntax
template<typename TokenType>
struct TForwardingPreAnimatedTokenProducer : public IMovieScenePreAnimatedTokenProducer
Implements Interfaces
Functions
Public
Overridden from IMovieScenePreAnimatedTokenProducer
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual IMovieScenePreAnimatedTokenPtr CacheExistingState
(
UObject& Object |
Produce a token that can be used to return the specified object back to its current state | MovieSceneExecutionToken.h |