Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Evaluation > FMovieSceneExecutionTokens
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneExecutionTokens.h |
Include | #include "Evaluation/MovieSceneExecutionTokens.h" |
Syntax
struct FEntry
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FMovieSceneContext | Context | The context from when this token was added |
![]() |
FMovieSceneEvaluationOperand | Operand | The operand we were operating on when this token was added |
![]() |
FMovieSceneEvaluationScope | Scope | The evaluation scope at the time this token was created |
![]() |
TInlineValue< IMovieSceneExecutionToken, 64 > | Token | The user-provided token |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FEntry
(
FEntry&& |
||
![]() |
FEntry
(
const FMovieSceneEvaluationOperand& InOperand, |
Operators
Type | Name | Description | |
---|---|---|---|
![]() |
FEntry & | operator=
(
FEntry&& |