Navigation
API > API/Runtime > API/Runtime/MovieScene
Inheritance Hierarchy
- IMovieScenePreAnimatedTokenProducer
- FStatelessPreAnimatedTokenProducer
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneExecutionToken.h |
| Include | #include "MovieSceneExecutionToken.h" |
Syntax
struct FStatelessPreAnimatedTokenProducer : public IMovieScenePreAnimatedTokenProducer
Remarks
Stateless pre-animated state token producer that simply calls a static function as the token
Variables
| Type | Name | Description | |
|---|---|---|---|
| StaticFunction | Function |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FStatelessPreAnimatedTokenProducer
(
StaticFunction InFunction |
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 |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FToken |
Typedefs
| Name | Description |
|---|---|
| StaticFunction |