Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TPagedArray
| Type | Name | Description | |
|---|---|---|---|
| void | Append
(
std::initializer_list< ElementType > InList |
||
| void | Append
(
ContainerType&& Container |
||
| void | Append
(
const TPagedArray< ElementType, OtherPageSizeInBytes, OtherAllocator >& Other |
Appends a compatible paged array to this container. | |
| void | Append
(
const ElementType* InSource, |
Appends the parameter contiguous range to this container. |