TArrayBuilder::Append

Appends an array of items.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/ArrayBuilder.h

Include

#include "Containers/ArrayBuilder.h"

Syntax

template<typename OtherAllocator>
TArrayBuilder & Append
(
    const TArray< ElementType, OtherAllocator > & OtherArray
)

Remarks

Appends an array of items.

Returns

This instance (for method chaining).

Parameters

Parameter

Description

OtherArray

The array to append.

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