Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSparseArray
Description
Add an element at the lowest free index, instead of the last freed index. This requires a search which can be accelerated with LowestFreeIndexSearchStart.
| Name | AddAtLowestFreeIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SparseArray.h |
| Include Path | #include "Containers/SparseArray.h" |
int32 AddAtLowestFreeIndex
(
const ElementType & Element,
int32 & LowestFreeIndexSearchStart
)