TEntityBuilderImpl< TIntegerSequence< int, Indices... >, T... >::Append

Append another component type to this builder

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "EntitySystem/MovieSceneEntityBuilder.h"

Syntax

template<typename U>
TEntityBuilder< T..., U > Append
(
    U && InOther
)

Remarks

Append another component type to this builder

Returns

A new builder that includes the new component

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