Navigation
API > API/Runtime > API/Runtime/NetCore
FNetBitArrayPrinter utility class Collection of helper functions that can describe any given BitArray into a string for logging or debugging purposes
| Name | FNetBitArrayPrinter |
| Type | class |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetBitArrayPrinter.h |
| Include Path | #include "Net/Core/NetBitArrayPrinter.h" |
Syntax
class FNetBitArrayPrinter
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNetBitArrayPrinter() |
Net/Core/NetBitArrayPrinter.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FNetBitArrayPrinter() |
Net/Core/NetBitArrayPrinter.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString PrintDeltaBits
(
const T& BitArrayA, |
Print the number of bits different between each array and the value of each word with different bits in them | Net/Core/NetBitArrayPrinter.h | |
static FString PrintDeltaSummary
(
const T& BitArrayA, |
Print the number of bits different between each array | Net/Core/NetBitArrayPrinter.h | |
static FString PrintSetBits
(
const T& BitArray |
Print the number of set bits in the bitarray and the value of each word with set bits in them | Net/Core/NetBitArrayPrinter.h | |
static FString PrintSetSummary
(
const T& BitArray |
Print the number of set bits in the bitarray | Net/Core/NetBitArrayPrinter.h | |
static FString PrintZeroBits
(
const T& BitArray |
Print the number of zero bits in the bitarray and the value of each word with zero bits in them | Net/Core/NetBitArrayPrinter.h | |
static FString PrintZeroSummary
(
const T& BitArray |
Print the number of zero bits int he bitarray | Net/Core/NetBitArrayPrinter.h |