![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <NetBitArray.h>
Inheritance diagram for UE::Net::FNetBitArrayBase:Public Types | |
| enum | ENoResetNoValidateType { NoResetNoValidate } |
| enum | EResetOnInitType { ResetOnInit } |
| typedef uint32 | StorageWordType |
Static Public Member Functions | |
| static constexpr StorageWordType | AndOp (StorageWordType A, StorageWordType B) |
| static constexpr StorageWordType | AndNotOp (StorageWordType A, StorageWordType B) |
| static constexpr StorageWordType | OrOp (StorageWordType A, StorageWordType B) |
| static constexpr StorageWordType | XorOp (StorageWordType A, StorageWordType B) |
| static uint32 | RoundUpToMaxWordBitCount (uint32 Value) |
Static Public Attributes | |
| static constexpr uint32 | WordBitCount = sizeof(StorageWordType)*8U |
| static constexpr uint32 | InvalidIndex = ~0U |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
Returned from various methods to indicate failure.
|
staticconstexpr |