Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FNetBitArrayHelper
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint32 FindFirstOne
(
const StorageWordType* Storage, |
Net/Core/NetBitArray.h | ||
static uint32 FindFirstOne
(
const StorageWordType* Storage, |
Net/Core/NetBitArray.h |
FindFirstOne(const StorageWordType *, const uint32, const uint32)
| Name | FindFirstOne |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetBitArray.h |
| Include Path | #include "Net/Core/NetBitArray.h" |
static uint32 FindFirstOne
(
const StorageWordType * Storage,
const uint32 WordCount,
const uint32 BitCount
)
FindFirstOne(const StorageWordType *, const uint32, const uint32, const uint32)
| Name | FindFirstOne |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetBitArray.h |
| Include Path | #include "Net/Core/NetBitArray.h" |
static uint32 FindFirstOne
(
const StorageWordType * Storage,
const uint32 WordCount,
const uint32 BitCount,
const uint32 StartIndex
)