FTrackInstancePropertyBindings::GetOptionalValue

Optionally gets the current value of a property on an object

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/MovieSceneCommonHelpers.h

Include

#include "MovieSceneCommonHelpers.h"

Syntax

template<typename ValueType>
TOptional< ValueType > GetOptionalValue
(
    const UObject & Object
)

Remarks

Optionally gets the current value of a property on an object

Returns

(Optional) The current value of the property on the object

Parameters

Parameter

Description

Object

The object to get the property from

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