Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSparseArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 Add
(
const ElementType& Element |
Adds an element to the array. | Containers/SparseArray.h | |
int32 Add
(
ElementType&& Element |
Adds an element to the array. | Containers/SparseArray.h |
Add(const ElementType &)
Description
Adds an element to the array.
| Name | Add |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SparseArray.h |
| Include Path | #include "Containers/SparseArray.h" |
int32 Add
(
const ElementType & Element
)
Add(ElementType &&)
Description
Adds an element to the array.
| Name | Add |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SparseArray.h |
| Include Path | #include "Containers/SparseArray.h" |
int32 Add
(
ElementType && Element
)