Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TSparseArray
Deprecated * AddAtLowestFreeIndex API is deprecated; please use EmplaceAtLowestFreeIndex instead.
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/SparseArray.h |
| Include | #include "Containers/SparseArray.h" |
int32 AddAtLowestFreeIndex
&40;
const ElementType & Element,
int32 & LowestFreeIndexSearchStart
&41;
Remarks
Add an element at the lowest free index, instead of the last freed index. This requires a search which can be accelerated with LowestFreeIndexSearchStart.