Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FTrackInstancePropertyBindings
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneCommonHelpers.h |
| Include | #include "MovieSceneCommonHelpers.h" |
template<typename ValueType>
TOptional< ValueType > GetOptionalValue
&40;
const UObject & Object
&41;
Remarks
Optionally gets the current value of a property on an object (Optional) The current value of the property on the object
Parameters
| Name | Description |
|---|---|
| Object | The object to get the property from |