#include <NetBitArrayPrinter.h>
FNetBitArrayPrinter utility class Collection of helper functions that can describe any given BitArray into a string for logging or debugging purposes
◆ PrintDeltaBits()
template<class T , class U >
| FString UE::Net::FNetBitArrayPrinter::PrintDeltaBits |
( |
const T & |
BitArrayA, |
|
|
const U & |
BitArrayB |
|
) |
| |
|
static |
Print the number of bits different between each array and the value of each word with different bits in them
◆ PrintDeltaSummary()
template<class T , class U >
| FString UE::Net::FNetBitArrayPrinter::PrintDeltaSummary |
( |
const T & |
BitArrayA, |
|
|
const U & |
BitArrayB |
|
) |
| |
|
static |
Print the number of bits different between each array
◆ PrintSetBits()
template<class T >
| FString UE::Net::FNetBitArrayPrinter::PrintSetBits |
( |
const T & |
BitArray | ) |
|
|
static |
Print the number of set bits in the bitarray and the value of each word with set bits in them
◆ PrintSetSummary()
template<class T >
| FString UE::Net::FNetBitArrayPrinter::PrintSetSummary |
( |
const T & |
BitArray | ) |
|
|
static |
Print the number of set bits in the bitarray
◆ PrintZeroBits()
template<class T >
| FString UE::Net::FNetBitArrayPrinter::PrintZeroBits |
( |
const T & |
BitArray | ) |
|
|
static |
Print the number of zero bits in the bitarray and the value of each word with zero bits in them
◆ PrintZeroSummary()
template<class T >
| FString UE::Net::FNetBitArrayPrinter::PrintZeroSummary |
( |
const T & |
BitArray | ) |
|
|
static |
Print the number of zero bits int he bitarray
The documentation for this class was generated from the following file: