TArray::TArray

Copy constructor with changed allocator. Use the common routine to perform the copy.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/Array.h"

Syntax

template<typename OtherElementType, typename OtherAllocator>
TArray
(
    const TArray< OtherElementType, OtherAllocator > & Other
)

Remarks

Copy constructor with changed allocator. Use the common routine to perform the copy.

Parameters

Parameter

Description

Other

The source array 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