Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Channels > API/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
(
UObject & InObject,
FTrackInstancePropertyBindings * Bindings
)
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 |