TMovieSceneExternalValue::GetValue

Static definition that retrieves the current value of InObject as a T

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelEditorData.h

Include

#include "Channels/MovieSceneChannelEditorData.h"

Syntax

static TOptional< T > GetValue
(
    UObject & InObject,
    FTrackInstancePropertyBindings * Bindings
)

Remarks

Static definition that retrieves the current value of InObject as a T

Returns

(Optiona) The current value of the property on InObject, or nothing if there were no bindings

Parameters

Parameter

Description

InObject

The object to retrieve the property from

Bindings

(Optional) Pointer to the property bindings structure that represents the property itself

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