Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FNetBitArrayView
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const StorageWordType * GetData () |
Returns a pointer to the internal storage. It's safer to use GetWord() or GetDataChecked() instead. | Net/Core/NetBitArray.h | |
StorageWordType * GetData () |
Returns a pointer to the internal storage. It's safer to use GetWord() or GetDataChecked() instead. | Net/Core/NetBitArray.h |
GetData()
Description
Returns a pointer to the internal storage. It's safer to use GetWord() or GetDataChecked() instead.
| Name | GetData |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetBitArray.h |
| Include Path | #include "Net/Core/NetBitArray.h" |
const StorageWordType * GetData() const
GetData()
Description
Returns a pointer to the internal storage. It's safer to use GetWord() or GetDataChecked() instead.
| Name | GetData |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetBitArray.h |
| Include Path | #include "Net/Core/NetBitArray.h" |
StorageWordType * GetData()