TStaticChildEntityInitializer

Callback must be compatible with form void(const ParentComponentType, ChildComponentType&);.

Windows
MacOS
Linux

Inheritance Hierarchy

FChildEntityInitializer

TChildEntityInitializer

TStaticChildEntityInitializer

References

Module

MovieScene

Header

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

Include

#include "EntitySystem/MovieSceneEntityFactoryTemplates.h"

Syntax

template<typename ParentComponentType, typename ChildComponentType, typename InitializerType>
struct TStaticChildEntityInitializer : public UE::MovieScene::TChildEntityInitializer< ParentComponentType, ChildComponentType >

Remarks

Callback must be compatible with form void(const ParentComponentType, ChildComponentType&);.

Variables

Name Description

Public variable

InitializerType

 

Callback

Constructors

Name Description

Public function

TStaticChildEntityInitializer

(
    TComponentTypeID< ParentComponentTy...,
    TComponentTypeID< ChildComponentTyp...,
    InitializerType InCallback
)

Overridden from FChildEntityInitializer

Name Description

Public function Virtual

void

 

Run

(
    const FEntityRange& ChildRange,
    const FEntityAllocation* Paren...,
    TArrayView< const int32 > ParentAll...
)

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