Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FNetBitArrayView
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Constructor will produce a valid but empty bitarray. | Net/Core/NetBitArray.h | ||
FNetBitArrayView
(
StorageWordType* StorageIn, |
Construct NetBitArray from external storage. | Net/Core/NetBitArray.h | |
FNetBitArrayView
(
StorageWordType* StorageIn, |
Construct NetBitArray from external storage. | Net/Core/NetBitArray.h | |
FNetBitArrayView
(
StorageWordType* StorageIn, |
Construct NetBitArray from external storage. | Net/Core/NetBitArray.h |
FNetBitArrayView()
Description
Constructor will produce a valid but empty bitarray.
| Name | FNetBitArrayView |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetBitArray.h |
| Include Path | #include "Net/Core/NetBitArray.h" |
FNetBitArrayView()
FNetBitArrayView(StorageWordType *, uint32)
Description
Construct NetBitArray from external storage. Storage must be large enough to fit given the BitCount. Validates that padding bits are cleared.
| Name | FNetBitArrayView |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetBitArray.h |
| Include Path | #include "Net/Core/NetBitArray.h" |
FNetBitArrayView
(
StorageWordType * StorageIn,
uint32 BitCountIn
)
FNetBitArrayView(StorageWordType *, uint32, const ENoResetNoValidateType)
Description
Construct NetBitArray from external storage. Storage must be large enough to fit given the BitCount. No clearing of storage and no validation that padding bits are cleared.
| Name | FNetBitArrayView |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetBitArray.h |
| Include Path | #include "Net/Core/NetBitArray.h" |
FNetBitArrayView
(
StorageWordType * StorageIn,
uint32 BitCountIn,
const ENoResetNoValidateType
)
FNetBitArrayView(StorageWordType *, uint32, const EResetOnInitType)
Description
Construct NetBitArray from external storage. Storage must be large enough to fit given the BitCount. Clears the entire storage.
| Name | FNetBitArrayView |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetBitArray.h |
| Include Path | #include "Net/Core/NetBitArray.h" |
FNetBitArrayView
(
StorageWordType * StorageIn,
uint32 BitCountIn,
const EResetOnInitType
)