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

Inherits UE::Net::Private::FStringNetSerializerBase.

Public Types

typedef FSoftObjectPath SourceType
 
typedef FSoftObjectPathNetSerializerConfig ConfigType
 

Static Public Member Functions

static void Quantize (FNetSerializationContext &, const FNetQuantizeArgs &Args)
 
static void Dequantize (FNetSerializationContext &, const FNetDequantizeArgs &Args)
 
static bool IsEqual (FNetSerializationContext &, const FNetIsEqualArgs &Args)
 
static bool Validate (FNetSerializationContext &, const FNetValidateArgs &Args)
 

Static Public Attributes

static const uint32 Version = 0
 
static const ConfigType DefaultConfig
 

Member Typedef Documentation

◆ ConfigType

◆ SourceType

Member Function Documentation

◆ Dequantize()

void UE::Net::FSoftObjectPathNetSerializer::Dequantize ( FNetSerializationContext Context,
const FNetDequantizeArgs Args 
)
static

◆ IsEqual()

bool UE::Net::FSoftObjectPathNetSerializer::IsEqual ( FNetSerializationContext Context,
const FNetIsEqualArgs Args 
)
static

◆ Quantize()

void UE::Net::FSoftObjectPathNetSerializer::Quantize ( FNetSerializationContext Context,
const FNetQuantizeArgs Args 
)
static

◆ Validate()

bool UE::Net::FSoftObjectPathNetSerializer::Validate ( FNetSerializationContext Context,
const FNetValidateArgs Args 
)
static

Member Data Documentation

◆ DefaultConfig

const ConfigType UE::Net::FSoftObjectPathNetSerializer::DefaultConfig
inlinestatic

◆ Version

const uint32 UE::Net::FSoftObjectPathNetSerializer::Version = 0
static

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