Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/Net > API/Runtime/NetCore/Net/Core
References
| Module | NetCore |
| Header | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetBitArrayPrinter.h |
| Include | #include "Net/Core/NetBitArrayPrinter.h" |
Syntax
class FNetBitArrayPrinter
Remarks
FNetBitArrayPrinter utility class Collection of helper functions that can describe any given BitArray into a string for logging or debugging purposes
Constructors
No constructors are accessible with public or protected access.
Destructors
No destructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| 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 | |
| FString | PrintDeltaSummary
(
const T& BitArrayA, |
Print the number of bits different between each array | |
| 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 | |
| FString | PrintSetSummary
(
const T& BitArray |
Print the number of set bits in the bitarray | |
| 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 | |
| FString | PrintZeroSummary
(
const T& BitArray |
Print the number of zero bits int he bitarray |