Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FNetBitArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint32 FindFirstOne () |
Find first set bit. Returns InvalidIndex if no zero bit was found | Net/Core/NetBitArray.h | |
uint32 FindFirstOne
(
uint32 StartIndex |
Find first set bit starting from StartIndex. Returns InvalidIndex if no set bit was found. | Net/Core/NetBitArray.h |
FindFirstOne()
Description
Find first set bit. Returns InvalidIndex if no zero bit was found
| Name | FindFirstOne |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetBitArray.h |
| Include Path | #include "Net/Core/NetBitArray.h" |
uint32 FindFirstOne() const
FindFirstOne(uint32)
Description
Find first set bit starting from StartIndex. Returns InvalidIndex if no set bit was found.
| Name | FindFirstOne |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetBitArray.h |
| Include Path | #include "Net/Core/NetBitArray.h" |
uint32 FindFirstOne
(
uint32 StartIndex
) const