Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TPagedArray
| Type | Name | Description | |
|---|---|---|---|
| void | ToArray
(
TArray< ElementType, AnyAllocator >& OutDestination |
Copies this container elements into the parameter destination array. | |
| void | ToArray
(
TArray< ElementType, AnyAllocator >& OutDestination |
Moves this container elements into the parameter destination array. |