TPropertyTrackExecutionToken

Execution token that simple stores a value, and sets it when executed

Windows
MacOS
Linux

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

Name Description

Public variable

IntermediateTyp...

 

Value

Constructors

Name Description

Public function

TPropertyTrackExecutionToken

(
    IntermediateType InValue
)

Overridden from IMovieSceneExecutionToken

Name Description

Public function Virtual

void

 

Execute

(
    const FMovieSceneContext& Context,
    const FMovieSceneEvaluationOperand ...,
    FPersistentEvaluationData& Persist...,
    IMovieScenePlayer& Player
)

Execute this token, operating on all objects referenced by 'Operand'

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss