Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FNetBitArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void InitAndCopy
(
const FNetBitArray& Source |
Initialize a bit array with another array. | Net/Core/NetBitArray.h | |
void InitAndCopy
(
const FNetBitArrayView& Source |
Net/Core/NetBitArray.h |
InitAndCopy(const FNetBitArray &)
Description
Initialize a bit array with another array.
| Name | InitAndCopy |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetBitArray.h |
| Include Path | #include "Net/Core/NetBitArray.h" |
void InitAndCopy
(
const FNetBitArray & Source
)
InitAndCopy(const FNetBitArrayView &)
| Name | InitAndCopy |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetBitArray.h |
| Include Path | #include "Net/Core/NetBitArray.h" |
void InitAndCopy
(
const FNetBitArrayView & Source
)