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