Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TChunkedArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TChunkedArray & operator+=
(
const TArray< ElementType >& Other |
Appends the specified array to this array. Cannot append to self. | Containers/ChunkedArray.h | |
TChunkedArray & operator+=
(
const TChunkedArray& Other |
Containers/ChunkedArray.h |
operator+=(const TArray< ElementType > &)
Description
Appends the specified array to this array. Cannot append to self.
| Name | operator+= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/ChunkedArray.h |
| Include Path | #include "Containers/ChunkedArray.h" |
TChunkedArray & operator+=
(
const TArray < ElementType > & Other
)
Parameters
| Name | Remarks |
|---|---|
| Other | The array to append. |
operator+=(const TChunkedArray &)
| Name | operator+= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/ChunkedArray.h |
| Include Path | #include "Containers/ChunkedArray.h" |
TChunkedArray & operator+=
(
const TChunkedArray & Other
)