Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/Net > API/Runtime/NetCore/Net/Core
Inheritance Hierarchy
- FNetBitArrayBase
- FNetBitArray
- FNetBitArrayView
References
| Module | NetCore |
| Header | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetBitArray.h |
| Include | #include "Net/Core/NetBitArray.h" |
Syntax
class FNetBitArrayBase
Functions
| Type | Name | Description | |
|---|---|---|---|
| StorageWordType | AndNotOp
(
StorageWordType A, |
||
| StorageWordType | AndOp
(
StorageWordType A, |
Some WordOps that can be passed to Combine() and ForAllSetBits() | |
| StorageWordType | OrOp
(
StorageWordType A, |
||
| StorageWordType | XorOp
(
StorageWordType A, |
Enums
| Type | Name | Description | |
|---|---|---|---|
| ENoResetNoValidateType | |||
| EResetOnInitType |
Typedefs
| Name | Description |
|---|---|
| StorageWordType |
Constants
| Name | Description |
|---|---|
| InvalidIndex | Returned from various methods to indicate failure. |
| WordBitCount |