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 RuntimeType, typename... MetaDataTypes>
struct TRuntimePropertyTraits
Remarks
Property accessor traits that do not know the underlying UObjectPropertyType until runtime
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GetObjectPropertyValue
(
const UObject* InObject, |
||
| void | GetObjectPropertyValue
(
const UObject* InObject, |
Property Value Getters | |
| void | GetObjectPropertyValue
(
const UObject* InObject, |
||
| void | GetObjectPropertyValue
(
const UObject* InObject, |
||
| void | SetObjectPropertyValue
(
UObject* InObject, |
Property Value Setters | |
| void | SetObjectPropertyValue
(
UObject* InObject, |
||
| void | SetObjectPropertyValue
(
UObject* InObject, |
Typedefs
| Name | Description |
|---|---|
| MetaDataType | |
| OperationalParamType | |
| StorageType |