UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FLastResortPropertyNetSerializerConfig Struct Reference

#include <InternalNetSerializers.h>

+ Inheritance diagram for FLastResortPropertyNetSerializerConfig:

Public Attributes

TFieldPath< FPropertyProperty
 
bool bExcludeFromDefaultStateHash = false
 
uint32 MaxQuantizedSizeBits = DefaultMaxQuantizedSizeBits
 
- Public Attributes inherited from FNetSerializerConfig
ENetSerializerConfigTraits ConfigTraits
 

Static Public Attributes

static constexpr uint32 DefaultMaxQuantizedSizeBits = 65535
 

Additional Inherited Members

- Public Member Functions inherited from FNetSerializerConfig
 FNetSerializerConfig ()
 
virtual IRISCORE_API ~FNetSerializerConfig ()
 

Detailed Description

Any property that doesn't have any other option will end up using this. As the name suggests it's a last resort.

  • Cannot support delta compression in a meaningful way.
  • Must allocate memory to store quantized state.

Member Data Documentation

◆ bExcludeFromDefaultStateHash

bool FLastResortPropertyNetSerializerConfig::bExcludeFromDefaultStateHash = false

◆ DefaultMaxQuantizedSizeBits

constexpr uint32 FLastResortPropertyNetSerializerConfig::DefaultMaxQuantizedSizeBits = 65535
staticconstexpr

◆ MaxQuantizedSizeBits

uint32 FLastResortPropertyNetSerializerConfig::MaxQuantizedSizeBits = DefaultMaxQuantizedSizeBits

◆ Property

TFieldPath<FProperty> FLastResortPropertyNetSerializerConfig::Property

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