Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Evaluation
Inheritance Hierarchy
- IMovieSceneExecutionToken
- TPropertyTrackExecutionToken
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieScenePropertyTemplate.h |
| Include | #include "Evaluation/MovieScenePropertyTemplate.h" |
Syntax
template<typename PropertyValueType, typename IntermediateType>
struct TPropertyTrackExecutionToken : public IMovieSceneExecutionToken
Remarks
Execution token that simple stores a value, and sets it when executed
Variables
| Type | Name | Description | |
|---|---|---|---|
| IntermediateType | Value |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TPropertyTrackExecutionToken
(
IntermediateType InValue |
Overridden from IMovieSceneExecutionToken
| Type | Name | Description | |
|---|---|---|---|
| void | Execute
(
const FMovieSceneContext& Context, |
Execute this token, operating on all objects referenced by 'Operand' |