Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TPagedArray > API/Runtime/Core/Containers/TPagedArray/Append
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/PagedArray.h |
| Include | #include "Containers/PagedArray.h" |
template<int32 OtherPageSizeInBytes, typename OtherAllocator>
void Append
&40;
const TPagedArray< ElementType, OtherPageSizeInBytes, OtherAllocator > & Other
&41;
Remarks
Appends a compatible paged array to this container. Note TPagedArray doesn't meet TIsContiguousContainer traits so it won't use the contiguous container overload.