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