TCustomPropertyRegistration

Generally static collection of accessors for a given type of property

Windows
MacOS
Linux

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

Name Description

Public function

void

 

Add

(
    UClass* ClassType,
    FName PropertyName,
    GetterFunc Getter,
    SetterFunc Setter
)

Overridden from ICustomPropertyRegistration

Name Description

Public function Virtual Const

FCustomAcces...

 

GetAccessors()

Typedefs

Name

Description

GetterFunc

SetterFunc

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss