Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FNetBitArrayPrinter
Description
Print the number of set bits in the bitarray
FNetBitArrayPrinter Implementation
| Name | PrintSetSummary |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetBitArrayPrinter.h |
| Include Path | #include "Net/Core/NetBitArrayPrinter.h" |
template<class T>
static FString PrintSetSummary
(
const T & BitArray
)