TMovieSceneBlendingActuator::RetrieveCurrentValue

Retrieve the current value of the specified object

Windows
MacOS
Linux

Override Hierarchy

TMovieSceneBlendingActuator::RetrieveCurrentValue()

TPropertyActuator::RetrieveCurrentValue()

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Evaluation/Blending/MovieSceneBlendingActuator.h

Include

#include "Evaluation/Blending/MovieSceneBlendingActuator.h"

Syntax

DataType RetrieveCurrentValue
(
    UObject * InObject,
    IMovieScenePlayer * Player
) const

Remarks

Retrieve the current value of the specified object

Returns

The current value of the object

Parameters

Parameter

Description

InObject

The object to retrieve the value from. nullptr where this actuator is being used for a master track.

Player

The movie scene player currently running the sequence. Null when this actuator is used in an interrogation context.

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