Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TPagedArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SizeType Add
(
const ElementType& Element |
Adds the parameter element at the back of the container. | Containers/PagedArray.h | |
SizeType Add
(
ElementType&& Element |
Containers/PagedArray.h |
Add(const ElementType &)
Description
Adds the parameter element at the back of the container.
| Name | Add |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/PagedArray.h |
| Include Path | #include "Containers/PagedArray.h" |
SizeType Add
(
const ElementType & Element
)
Add(ElementType &&)
| Name | Add |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/PagedArray.h |
| Include Path | #include "Containers/PagedArray.h" |
SizeType Add
(
ElementType && Element
)