Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Channels > TMovieSceneExternalValue
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneChannelEditorData.h |
Include | #include "Channels/MovieSceneChannelEditorData.h" |
static TOptional< T > GetValue
&40;
UObject & InObject,
FTrackInstancePropertyBindings &42; Bindings
&41;
Remarks
Static definition that retrieves the current value of InObject as a T (Optiona) The current value of the property on InObject, or nothing if there were no bindings
Parameters
Name | Description |
---|---|
InObject | The object to retrieve the property from |
Bindings | (Optional) Pointer to the property bindings structure that represents the property itself |