TCustomPropertyAccessor

Complete information required for applying a custom getter/setter to an object

Windows
MacOS
Linux

Inheritance Hierarchy

FCustomPropertyAccessor

TCustomPropertyAccessor

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieScenePropertySystemTypes.h

Include

#include "EntitySystem/MovieScenePropertySystemTypes.h"

Syntax

template<typename PropertyTraits>
struct TCustomPropertyAccessor : public UE::MovieScene::FCustomPropertyAccessor

Remarks

Complete information required for applying a custom getter/setter to an object

Variables

Name Description

Public variable

TCustomProperty...

 

Functions

Function pointers to use for interacting with the property

Constructors

Name Description

Public function

TCustomPropertyAccessor

(
    UClass* InClass,
    FName InPropertyPath,
    const TCustomPropertyAccessorFuncti...
)

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