Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Evaluation > Blending
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/Blending/MovieSceneBlendingAccumulator.h |
Include | #include "Evaluation/Blending/MovieSceneBlendingAccumulator.h" |
Syntax
struct FMovieSceneBlendingAccumulator
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TMap< FMovieSceneBlendingActuatorID, TSharedRef< IMovieSceneBlendingActuator > > | Actuators | Map of actuator ID to actuator |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Apply
(
const FMovieSceneContext& Context, |
Apply all currently accumulated blends |
![]() |
void | BlendToken
(
FMovieSceneBlendingActuatorID InActuatorTypeID, |
Add a global token (not bound to a particular object) that will be blended together with other tokens of the same type and actuator this frame Such tokens are collated actuator, meaning the same data type can be blended in the same manner but applied differently depending on context (ie, multiple floats that relate to slomo and fade tracks) |
![]() |
void | BlendToken
(
const FMovieSceneEvaluationOperand& InOperand, |
Add a token that will be blended together with other tokens of the same type and actuator this frame, and applied to all objects relating to the specified operand Such tokens are collated per-object and actuator, meaning the same data type can be blended in the same manner, but applied differently depending on context (ie, multiple float properties on the same object) |
![]() |
void | BlendToken
(
FMovieSceneBlendingActuatorID InActuatorTypeID, |
|
![]() |
void | BlendToken
(
const FMovieSceneEvaluationOperand& InOperand, |
|
![]() |
void | DefineActuator
(
FMovieSceneBlendingActuatorID InActuatorTypeID, |
Define an actuator with the specified unique ID that operates on a specific data type |
![]() ![]() |
TMovieSceneBlendingActuator< DataType > * | FindActuator
(
FMovieSceneBlendingActuatorID InActuatorTypeID |
Find an existing actuator with the specified ID that operates on a specific data type |
![]() |
void | Interrogate
(
const FMovieSceneContext& Context, |
Interrogate the final blended result when applied to the specified object |