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 EmplaceAt
&40;
int32 Index,
ArgsType &&... Args
&41;
Remarks
Constructs a new item at a given index of the array. Index to the new item
Parameters
| Name | Description |
|---|---|
| Index | Index at which the new allocation will be done |
| Args | The arguments to forward to the constructor of the new item. |