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

Public Types

typedef uint32 WordType
 
typedef FNetSerializerArrayStorage< WordType, AllocationPolicies::TInlinedElementAllocationPolicy< InlinedWordCount > > FDataBitsStorage
 

Public Attributes

FIrisPackageMapExportsQuantizedType QuantizedExports
 
FDataBitsStorage DataBitsStorage
 
uint32 NumDataBits
 

Static Public Attributes

static constexpr uint32 MaxInlinedObjectRefs = 4
 
static constexpr uint32 InlinedWordCount = Private::CalculateRequiredWordCount(CHARACTER_SERIALIZATION_PACKEDBITS_RESERVED_SIZE)
 

Member Typedef Documentation

◆ FDataBitsStorage

◆ WordType

Member Data Documentation

◆ DataBitsStorage

FDataBitsStorage UE::Net::FCharacterNetworkSerializationPackedBitsNetSerializerQuantizedType::DataBitsStorage

◆ InlinedWordCount

constexpr uint32 UE::Net::FCharacterNetworkSerializationPackedBitsNetSerializerQuantizedType::InlinedWordCount = Private::CalculateRequiredWordCount(CHARACTER_SERIALIZATION_PACKEDBITS_RESERVED_SIZE)
staticconstexpr

◆ MaxInlinedObjectRefs

constexpr uint32 UE::Net::FCharacterNetworkSerializationPackedBitsNetSerializerQuantizedType::MaxInlinedObjectRefs = 4
staticconstexpr

◆ NumDataBits

uint32 UE::Net::FCharacterNetworkSerializationPackedBitsNetSerializerQuantizedType::NumDataBits

◆ QuantizedExports

FIrisPackageMapExportsQuantizedType UE::Net::FCharacterNetworkSerializationPackedBitsNetSerializerQuantizedType::QuantizedExports

The documentation for this struct was generated from the following file: