Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FTrackInstancePropertyBindings
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FProperty * FindProperty
(
const UObject* Object, |
MovieSceneCommonHelpers.h | ||
static void FindProperty
(
FTrackInstancePropertyBindings& Bindings, |
MovieSceneCommonHelpers.h |
FindProperty(const UObject *, const FString &)
| Name | FindProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/MovieSceneCommonHelpers.h |
| Include Path | #include "MovieSceneCommonHelpers.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/MovieSceneCommonHelpers.cpp |
static FProperty * FindProperty
(
const UObject * Object,
const FString & InPropertyPath
)
FindProperty(FTrackInstancePropertyBindings &, void , UStruct , const FString &, FResolvedProperty &)
| Name | FindProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/MovieSceneCommonHelpers.h |
| Include Path | #include "MovieSceneCommonHelpers.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/MovieSceneCommonHelpers.cpp |
static void FindProperty
(
FTrackInstancePropertyBindings & Bindings,
void * BasePointer,
UStruct * InStruct,
const FString & InPropertyName,
FResolvedProperty & OutResolvedProperty
)