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

#include <PropertyNetSerializerInfoRegistry.h>

+ Inheritance diagram for UE::Net::FNamedStructLastResortPropertyNetSerializerInfo:

Public Member Functions

 FNamedStructLastResortPropertyNetSerializerInfo (const FName InPropertyFName)
 
 FNamedStructLastResortPropertyNetSerializerInfo (const FName InPropertyFName, const uint32 InMaxBits)
 
virtual IRISCORE_API const FFieldClassGetPropertyTypeClass () const override
 
virtual IRISCORE_API bool IsSupported (const FProperty *Property) const override
 
- Public Member Functions inherited from UE::Net::FLastResortPropertyNetSerializerInfo
IRISCORE_API FLastResortPropertyNetSerializerInfo ()
 
IRISCORE_API FLastResortPropertyNetSerializerInfo (const uint32 InMaxQuantizedSizeBits)
 
virtual IRISCORE_API const FNetSerializerGetNetSerializer (const FProperty *Property) const override final
 
virtual IRISCORE_API bool CanUseDefaultConfig (const FProperty *Property) const override final
 
virtual IRISCORE_API FNetSerializerConfigBuildNetSerializerConfig (void *NetSerializerConfigBuffer, const FProperty *Property) const override final
 
- Public Member Functions inherited from UE::Net::FPropertyNetSerializerInfo
virtual CreateAndRegisterReplicationFragmentFunc GetCreateAndRegisterReplicationFragmentFunction () const
 
bool IsSupportedStruct (FName InStructName) const
 

Additional Inherited Members

- Protected Attributes inherited from UE::Net::FLastResortPropertyNetSerializerInfo
uint32 MaxQuantizedSizeBits
 
bool bExcludeFromDefaultStateHash = false
 
- Protected Attributes inherited from UE::Net::FPropertyNetSerializerInfo
FName StructName
 

Constructor & Destructor Documentation

◆ FNamedStructLastResortPropertyNetSerializerInfo() [1/2]

UE::Net::FNamedStructLastResortPropertyNetSerializerInfo::FNamedStructLastResortPropertyNetSerializerInfo ( const FName  InPropertyFName)
inline

◆ FNamedStructLastResortPropertyNetSerializerInfo() [2/2]

UE::Net::FNamedStructLastResortPropertyNetSerializerInfo::FNamedStructLastResortPropertyNetSerializerInfo ( const FName  InPropertyFName,
const uint32  InMaxBits 
)
inline

Member Function Documentation

◆ GetPropertyTypeClass()

const FFieldClass * UE::Net::FNamedStructLastResortPropertyNetSerializerInfo::GetPropertyTypeClass ( ) const
overridevirtual

◆ IsSupported()

bool UE::Net::FNamedStructLastResortPropertyNetSerializerInfo::IsSupported ( const FProperty Property) const
overridevirtual

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