TPropertyTrackEntityImportHelperImpl

Utility class for importing a customizable property track entity in a way that automatically supports being inside a bound property track or not, and being hooked up to a property with an edit condition or not.

Windows
MacOS
Linux

References

Module

MovieSceneTracks

Header

/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieScenePropertyTrack.h

Include

#include "Tracks/MovieScenePropertyTrack.h"

Syntax

template<typename... T>
struct TPropertyTrackEntityImportHelperImpl

Remarks

Utility class for importing a customizable property track entity in a way that automatically supports being inside a bound property track or not, and being hooked up to a property with an edit condition or not.

Specializations

Variables

Name Description

Protected variable

TEntityBuilder<...

 

Builder

Constructors

Name Description

Public function

TPropertyTrackEntityImportHelperImpl

(
    TEntityBuilder< T... >&& InBuilder
)

Functions

Name Description

Public function

TPropertyTra...

 

Add

(
    TComponentTypeID< U > ComponentType,
    PayloadType&& InPayload
)

Public function

TPropertyTra...

 

AddConditional

(
    TComponentTypeID< U > ComponentType,
    PayloadType&& InPayload,
    bool bCondition
)

Public function

void

 

Commit

(
    const UMovieSceneSection* InSe...,
    const UE::MovieScene::FEntityImport...,
    UE::MovieScene::FImportedEntity...
)

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