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>
static TOptional< ValueType > StaticValue
(
const UObject * Object,
const FString & InPropertyPath
)
Remarks
Static function for accessing a property value on an object without caching its address (Optional) The current value of the property on the object
Parameters
| Name | Description |
|---|---|
| Object | The object to get the property from |
| InPropertyPath | The path to the property to retrieve |