Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Evaluation > API/Runtime/MovieScene/Evaluation/Blending > API/Runtime/MovieScene/Evaluation/Blending/TMovieSceneBlendingActuator
- TMovieSceneBlendingActuator::RetrieveCurrentValue()
- TPropertyActuator::RetrieveCurrentValue()
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/Blending/MovieSceneBlendingActuator.h |
Include | #include "Evaluation/Blending/MovieSceneBlendingActuator.h" |
DataType RetrieveCurrentValue
(
UObject * InObject,
IMovieScenePlayer * Player
) const
Remarks
Retrieve the current value of the specified object The current value of the object
Parameters
Name | Description |
---|---|
InObject | The object to retrieve the value from. nullptr where this actuator is being used for a root track. |
Player | The movie scene player currently running the sequence. Null when this actuator is used in an interrogation context. |