TArrayBuilder::TArrayBuilder

Creates and initializes an array builder from 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
(
    const TArray< ElementType, OtherAllocator > & InArray
)

Remarks

Creates and initializes an array builder from an array of items.

Parameters

Parameter

Description

InArray

The array of items to copy.

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