UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Net::FNetBitArrayPrinter Class Reference

#include <NetBitArrayPrinter.h>

Static Public Member Functions

template<class T >
static FString PrintSetSummary (const T &BitArray)
 
template<class T >
static FString PrintZeroSummary (const T &BitArray)
 
template<class T >
static FString PrintSetBits (const T &BitArray)
 
template<class T >
static FString PrintZeroBits (const T &BitArray)
 
template<class T , class U >
static FString PrintDeltaSummary (const T &BitArrayA, const U &BitArrayB)
 
template<class T , class U >
static FString PrintDeltaBits (const T &BitArrayA, const U &BitArrayB)
 

Detailed Description

FNetBitArrayPrinter utility class Collection of helper functions that can describe any given BitArray into a string for logging or debugging purposes

Member Function Documentation

◆ 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: