Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Evaluation > Blending > FMovieSceneBlendingAccumulator
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/Blending/MovieSceneBlendingAccumulator.h |
Include | #include "Evaluation/Blending/MovieSceneBlendingAccumulator.h" |
template<typename DataType>
TMovieSceneBlendingActuator< DataType > &42; FindActuator
&40;
FMovieSceneBlendingActuatorID InActuatorTypeID
&41; const
Remarks
Find an existing actuator with the specified ID that operates on a specific data type A pointer to an actuator if one already exists, nullptr otherwise
Parameters
Name | Description |
---|---|
InActuatorTypeID | The ID that uniquely identifies the actuator to lookup |