Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSparseArray
Description
Finds the index of an arbitrary element. Callers should not depend on particular patterns in the behaviour of this function.
| Name | FindArbitraryElementIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SparseArray.h |
| Include Path | #include "Containers/SparseArray.h" |
int32 FindArbitraryElementIndex() const
The index of any element in the container, or INDEX_NONE if it is empty.