Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FNetBitArrayView
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
StorageWordType GetWord
(
uint32 WordIndex |
Read an entire word. Useful when you want to read 'WordBitCount(32)' bits at once | Net/Core/NetBitArray.h | |
StorageWordType & GetWord
(
uint32 WordIndex |
Access an entire word. Useful when you want to write 'WordBitCount(32)' bits at once | Net/Core/NetBitArray.h |
GetWord(uint32)
Description
Read an entire word. Useful when you want to read 'WordBitCount(32)' bits at once
| Name | GetWord |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetBitArray.h |
| Include Path | #include "Net/Core/NetBitArray.h" |
StorageWordType GetWord
(
uint32 WordIndex
) const
GetWord(uint32)
Description
Access an entire word. Useful when you want to write 'WordBitCount(32)' bits at once
| Name | GetWord |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetBitArray.h |
| Include Path | #include "Net/Core/NetBitArray.h" |
StorageWordType & GetWord
(
uint32 WordIndex
)