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" |
int32 FindArbitraryElementIndex() const
Remarks
Finds the index of an arbitrary element. Callers should not depend on particular patterns in the behaviour of this function. The index of any element in the container, or INDEX_NONE if it is empty.