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" |
| Source | /Engine/Source/Runtime/MovieScene/Private/MovieSceneCommonHelpers.cpp |
FProperty * GetProperty
(
const UObject & Object
) const
Remarks
Gets the FProperty that is bound to the track instance The property on the object if it exists
Parameters
| Name | Description |
|---|---|
| Object | The Object that owns the property |