Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/EntitySystem
Inheritance Hierarchy
- ICustomPropertyRegistration
- TCustomPropertyRegistration
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieScenePropertySystemTypes.h |
| Include | #include "EntitySystem/MovieScenePropertySystemTypes.h" |
Syntax
template<typename PropertyTraits, int InlineSize>
struct TCustomPropertyRegistration : public UE::MovieScene::ICustomPropertyRegistration
Remarks
Generally static collection of accessors for a given type of property
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Add
(
UClass* ClassType, |
||
| void | |||
| void |
Overridden from ICustomPropertyRegistration
| Type | Name | Description | |
|---|---|---|---|
| FCustomAccessorView | GetAccessors () |
Typedefs
| Name | Description |
|---|---|
| GetterFunc | |
| SetterFunc |