Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TPagedArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Copies this container elements into the parameter destination array. | Containers/PagedArray.h | ||
| Moves this container elements into the parameter destination array. | Containers/PagedArray.h |
ToArray(TArray< ElementType, AnyAllocator > &)
Description
Copies this container elements into the parameter destination array.
| Name | ToArray |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/PagedArray.h |
| Include Path | #include "Containers/PagedArray.h" |
template<typename AnyAllocator>
void ToArray
(
TArray < ElementType, AnyAllocator > & OutDestination
) const
ToArray(TArray< ElementType, AnyAllocator > &)
Description
Moves this container elements into the parameter destination array.
| Name | ToArray |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/PagedArray.h |
| Include Path | #include "Containers/PagedArray.h" |
template<typename AnyAllocator>
void ToArray
(
TArray < ElementType, AnyAllocator > & OutDestination
)