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