FMovieSceneExecutionTokens::BlendToken

Blend the specified global token using the specified actuator ID

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneExecutionTokens.h

Include

#include "Evaluation/MovieSceneExecutionTokens.h"

Syntax

template<typename ActuatorDataType>
void BlendToken
(
    FMovieSceneBlendingActuatorID InActuatorTypeID,
    TBlendableToken< ActuatorDataType > && InToken
)

Remarks

Blend the specified global token using the specified actuator ID

: Actuator must already exist for this function to succeed

Parameters

Parameter

Description

InActuatorTypeID

Type identifier that uniquely identifies the actuator to be used to apply the final blend

InToken

Token holding the data to blend

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