Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FTokenProducer
Description
Produce a token that can be used to return the specified object back to its current state
Under some circumstances, the object may already be animated (for instance, after something has animated the object, but didn't restore state)
Virtual Inheritance
- IMovieScenePreAnimatedTokenProducer::CacheExistingState → FTokenProducer::CacheExistingState
| Name | CacheExistingState |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieScenePropertyTemplate.h |
| Include Path | #include "Evaluation/MovieScenePropertyTemplate.h" |
virtual IMovieScenePreAnimatedTokenPtr CacheExistingState
(
UObject & Object
) const
A valid pre animated token that will restore this object back to its current state
Parameters
| Name | Remarks |
|---|---|
| Object | The object to initialize |