Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FNetBitArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Copy
(
const FNetBitArray& Other |
Copy bits from other bit array. The other array must have the same bit count. | Net/Core/NetBitArray.h | |
void Copy
(
const FNetBitArrayView& Other |
Net/Core/NetBitArray.h |
Copy(const FNetBitArray &)
Description
Copy bits from other bit array. The other array must have the same bit count.
| Name | Copy |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetBitArray.h |
| Include Path | #include "Net/Core/NetBitArray.h" |
void Copy
(
const FNetBitArray & Other
)
Copy(const FNetBitArrayView &)
| Name | Copy |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetBitArray.h |
| Include Path | #include "Net/Core/NetBitArray.h" |
void Copy
(
const FNetBitArrayView & Other
)