UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TPropertyTrackExecutionToken< PropertyValueType, IntermediateType > Struct Template Reference

#include <MovieScenePropertyTemplate.h>

+ Inheritance diagram for TPropertyTrackExecutionToken< PropertyValueType, IntermediateType >:

Public Member Functions

 TPropertyTrackExecutionToken (IntermediateType InValue)
 
virtual void Execute (const FMovieSceneContext &Context, const FMovieSceneEvaluationOperand &Operand, FPersistentEvaluationData &PersistentData, IMovieScenePlayer &Player) override
 
- Public Member Functions inherited from IMovieSceneExecutionToken
virtual ~IMovieSceneExecutionToken ()
 

Public Attributes

IntermediateType Value
 

Detailed Description

template<typename PropertyValueType, typename IntermediateType = PropertyValueType>
struct TPropertyTrackExecutionToken< PropertyValueType, IntermediateType >

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

Constructor & Destructor Documentation

◆ TPropertyTrackExecutionToken()

Member Function Documentation

◆ Execute()

template<typename PropertyValueType , typename IntermediateType = PropertyValueType>
virtual void TPropertyTrackExecutionToken< PropertyValueType, IntermediateType >::Execute ( const FMovieSceneContext Context,
const FMovieSceneEvaluationOperand Operand,
FPersistentEvaluationData PersistentData,
IMovieScenePlayer Player 
)
inlineoverridevirtual

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

Implements IMovieSceneExecutionToken.

Member Data Documentation

◆ Value


The documentation for this struct was generated from the following file: