FTokenEntry

Base entry that is used to temporarily store token data for later consolidation

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Evaluation/Blending/MovieSceneAccumulatedBlendState.h

Include

#include "Evaluation/Blending/MovieSceneAccumulatedBlendState.h"

Syntax

struct FTokenEntry

Remarks

Base entry that is used to temporarily store token data for later consolidation

Variables

Name Description

Protected variable

FMovieSceneBlen...

 

ActuatorTypeID

Type ID for the actuator that is to be used to apply this token

Protected variable

FMovieSceneAnim...

 

DataTypeID

Type ID for data that is contained within the token entry

Constructors

Name Description

Protected function

FTokenEntry

(
    FMovieSceneBlendingActuatorID InAct...,
    FMovieSceneAnimTypeID InDataTypeID
)

Constructor

Destructors

Name Description

Public function Virtual

~FTokenEntry()

Functions

Name Description

Public function

void

 

Consolidate

(
    FActuatorTokenStackPtr& OutStack
)

Consolidate this token into the specified array of stacks, one per actuator type

Public function Const

FMovieSceneB...

 

GetActuatorID()

Public function Const

FMovieSceneA...

 

GetDataTypeID()

Access the result of GetBlendingDataType() for the data that this token contains

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