Navigation
API > API/Runtime > API/Runtime/NetCore
| Name | FNetBitArrayBase |
| Type | class |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetBitArray.h |
| Include Path | #include "Net/Core/NetBitArray.h" |
Syntax
class FNetBitArrayBase
Derived Classes
Enums
Public
| Name | Remarks |
|---|---|
| ENoResetNoValidateType | |
| EResetOnInitType |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StorageWordType | uint32 | Net/Core/NetBitArray.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| InvalidIndex | uint32 | Returned from various methods to indicate failure. | Net/Core/NetBitArray.h |
| WordBitCount | uint32 | Net/Core/NetBitArray.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static StorageWordType AndNotOp
(
StorageWordType A, |
Net/Core/NetBitArray.h | ||
static StorageWordType AndOp
(
StorageWordType A, |
Some WordOps that can be passed to Combine() and ForAllSetBits() | Net/Core/NetBitArray.h | |
static StorageWordType OrOp
(
StorageWordType A, |
Net/Core/NetBitArray.h | ||
static uint32 RoundUpToMaxWordBitCount
(
uint32 Value |
Round up to a value that uses all available bits in a single NetBitArray Word. | Net/Core/NetBitArray.h | |
static StorageWordType XorOp
(
StorageWordType A, |
Net/Core/NetBitArray.h |