Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/TPropertyTraits
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void GetObjectPropertyValue
(
const UObject* InObject, |
Property Value Getters | EntitySystem/MovieScenePropertyTraits.h | |
static void GetObjectPropertyValue
(
const UObject* InObject, |
EntitySystem/MovieScenePropertyTraits.h | ||
static void GetObjectPropertyValue
(
const UObject* InObject, |
EntitySystem/MovieScenePropertyTraits.h | ||
static void GetObjectPropertyValue
(
const UObject* InObject, |
EntitySystem/MovieScenePropertyTraits.h |
GetObjectPropertyValue(const UObject *, const FCustomPropertyAccessor &, StorageType &)
Description
Property Value Getters
| Name | GetObjectPropertyValue |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieScenePropertyTraits.h |
| Include Path | #include "EntitySystem/MovieScenePropertyTraits.h" |
static void GetObjectPropertyValue
(
const UObject * InObject,
const FCustomPropertyAccessor & BaseCustomAccessor,
StorageType & OutValue
)
GetObjectPropertyValue(const UObject *, uint16, StorageType &)
| Name | GetObjectPropertyValue |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieScenePropertyTraits.h |
| Include Path | #include "EntitySystem/MovieScenePropertyTraits.h" |
static void GetObjectPropertyValue
(
const UObject * InObject,
uint16 PropertyOffset,
StorageType & OutValue
)
GetObjectPropertyValue(const UObject , FTrackInstancePropertyBindings , StorageType &)
| Name | GetObjectPropertyValue |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieScenePropertyTraits.h |
| Include Path | #include "EntitySystem/MovieScenePropertyTraits.h" |
static void GetObjectPropertyValue
(
const UObject * InObject,
FTrackInstancePropertyBindings * PropertyBindings,
StorageType & OutValue
)
GetObjectPropertyValue(const UObject *, const FName &, StorageType &)
| Name | GetObjectPropertyValue |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieScenePropertyTraits.h |
| Include Path | #include "EntitySystem/MovieScenePropertyTraits.h" |
static void GetObjectPropertyValue
(
const UObject * InObject,
const FName & PropertyPath,
StorageType & OutValue
)