Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/EntitySystem
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieScenePropertyTraits.h |
| Include | #include "EntitySystem/MovieScenePropertyTraits.h" |
Syntax
template<typename UObjectPropertyType, bool bInIsComposite>
struct TDirectPropertyTraits
Remarks
Property accessor traits that talk directly to the reflected UObject property type
Functions
| Type | Name | Description | |
|---|---|---|---|
| StorageType | CombineComposites
(
T&&... InComposites |
||
| void | GetObjectPropertyValue
(
const UObject* InObject, |
Property Value Getters | |
| void | GetObjectPropertyValue
(
const UObject* InObject, |
||
| void | GetObjectPropertyValue
(
const UObject* InObject, |
||
| void | GetObjectPropertyValue
(
const UObject* InObject, |
||
| void | SetObjectPropertyValue
(
UObject* InObject, ) |
Property Value Setters | |
| void | |||
| void | SetObjectPropertyValue
(
UObject* InObject, ) |
Typedefs
| Name | Description |
|---|---|
| MetaDataType | |
| ParamType | |
| StorageType | |
| TraitsType |
Constants
| Name | Description |
|---|---|
| bIsComposite |