Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FNetBitArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const StorageWordType * GetDataChecked
(
uint32 MaxWordIterationCount |
Returns a pointer to the internal storage but validates that the array buffer is the expected size. | Net/Core/NetBitArray.h | |
StorageWordType * GetDataChecked
(
uint32 MaxWordIterationCount |
Returns a pointer to the internal storage but validates that the array buffer is the expected size. | Net/Core/NetBitArray.h |
GetDataChecked(uint32)
Description
Returns a pointer to the internal storage but validates that the array buffer is the expected size. Use this before directly iterating over one or multiple buffers and ensure they all support the max iteration index.
| Name | GetDataChecked |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetBitArray.h |
| Include Path | #include "Net/Core/NetBitArray.h" |
const StorageWordType * GetDataChecked
(
uint32 MaxWordIterationCount
) const
GetDataChecked(uint32)
Description
Returns a pointer to the internal storage but validates that the array buffer is the expected size. Use this before directly iterating over one or multiple buffers and ensure they all support the max iteration index.
| Name | GetDataChecked |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetBitArray.h |
| Include Path | #include "Net/Core/NetBitArray.h" |
StorageWordType * GetDataChecked
(
uint32 MaxWordIterationCount
)