Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TPagedArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Empty () |
Empties the container effectively destroying all contained elements and releases any acquired storage. | Containers/PagedArray.h | |
void Empty
(
SizeType InCapacity |
Empties the container effectively destroying all contained elements and ensures storage for the parameter capacity. | Containers/PagedArray.h |
Empty()
Description
Empties the container effectively destroying all contained elements and releases any acquired storage.
| Name | Empty |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/PagedArray.h |
| Include Path | #include "Containers/PagedArray.h" |
void Empty()
Empty(SizeType)
Description
Empties the container effectively destroying all contained elements and ensures storage for the parameter capacity. Storage is adjusted to meet the parameter capacity value.
| Name | Empty |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/PagedArray.h |
| Include Path | #include "Containers/PagedArray.h" |
void Empty
(
SizeType InCapacity
)