TCompositePropertyDefinitionBuilder

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "EntitySystem/MovieScenePropertyComponentHandler.h"

Syntax

template<typename PropertyTraits, typename... Composites>
struct TCompositePropertyDefinitionBuilder

Constructors

Name Description

Public function

TCompositePropertyDefinitionBuilder

(
    FPropertyDefinition* InDefinit...,
    FPropertyRegistry* InRegistry
)

Functions

Name Description

Public function

TCompositePr...

 

AddComposite

(
    TComponentTypeID< T > InComponent,
    T StorageType::* DataPtr
)

Public function

TCompositePr...

 

AddComposite

(
    TComponentTypeID< float > InCompone...,
    float StorageType::* DataPtr
)

Public function

void

 

Commit()

Public function

void

 

Commit

(
    HandlerType&& InHandler
)

Public function

TCompositePr...

 

SetCustomAccessors

(
    TCustomPropertyRegistration< Proper...
)

Typedefs

Name

Description

StorageType

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