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>
ValueType GetCurrentValue
(
const UObject & Object
)
Remarks
Gets the current value of a property on an object ValueType The current value
Parameters
| Name | Description |
|---|---|
| Object | The object to get the property from |