Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TStaticBitArray
Description
Finds the first clear bit in the array and returns the bit index. If there isn't one, INDEX_NONE is returned.
| Name | FindFirstClearBit |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/StaticBitArray.h |
| Include Path | #include "Containers/StaticBitArray.h" |
int32 FindFirstClearBit() const