Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FMovieSceneExecutionTokens
Description
- Blend the specified global token using the specified actuator ID
-
Actuator must already exist for this function to succeed
| Name | BlendToken |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneExecutionTokens.h |
| Include Path | #include "Evaluation/MovieSceneExecutionTokens.h" |
template<typename ActuatorDataType>
void BlendToken
(
FMovieSceneBlendingActuatorID InActuatorTypeID,
TBlendableToken < ActuatorDataType > && InToken
)
Parameters
| Name | Remarks |
|---|---|
| InActuatorTypeID | Type identifier that uniquely identifies the actuator to be used to apply the final blend |
| InToken | Token holding the data to blend |