Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TSparseArray
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/SparseArray.h |
| Include | #include "Containers/SparseArray.h" |
template<typename... ArgsType>
int32 Emplace
(
ArgsType &&... Args
)
Remarks
Constructs a new item at the last freed index of the array. Index to the new item
Parameters
| Name | Description |
|---|---|
| Args | The arguments to forward to the constructor of the new item. |