UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
InternalNetSerializers.h File Reference
#include "Iris/Serialization/InternalNetSerializer.h"
#include "Templates/RefCounting.h"
#include "InternalNetSerializers.generated.h"

Go to the source code of this file.

Classes

struct  FBitfieldNetSerializerConfig
 
struct  FArrayPropertyNetSerializerConfig
 
struct  TStructOpsTypeTraits< FArrayPropertyNetSerializerConfig >
 
struct  FLastResortPropertyNetSerializerConfig
 
struct  FNetRoleNetSerializerConfig
 
struct  FFieldPathNetSerializerConfig
 
struct  FFieldPathNetSerializerSerializationHelper
 

Namespaces

namespace  UE
 
namespace  UE::Net
 

Functions

 UE::Net::UE_NET_DECLARE_SERIALIZER_INTERNAL (FBitfieldNetSerializer, IRISCORE_API)
 
 UE::Net::UE_NET_DECLARE_SERIALIZER_INTERNAL (FLastResortPropertyNetSerializer, IRISCORE_API)
 
 UE::Net::UE_NET_DECLARE_SERIALIZER_INTERNAL (FArrayPropertyNetSerializer, IRISCORE_API)
 
 UE::Net::UE_NET_DECLARE_SERIALIZER_INTERNAL (FNetRoleNetSerializer, IRISCORE_API)
 
 UE::Net::UE_NET_DECLARE_SERIALIZER_INTERNAL (FFieldPathNetSerializer, IRISCORE_API)
 
bool UE::Net::InitBitfieldNetSerializerConfigFromProperty (FBitfieldNetSerializerConfig &OutConfig, const FBoolProperty *Bitfield)
 
IRISCORE_API bool UE::Net::InitLastResortPropertyNetSerializerConfigFromProperty (FLastResortPropertyNetSerializerConfig &OutConfig, const FProperty *Property)
 
uint32 UE::Net::GetNetArrayPropertyData (NetSerializerValuePointer QuantizedArray, NetSerializerValuePointer &OutArrayData)
 
IRISCORE_API bool UE::Net::PartialInitNetRoleSerializerConfig (FNetRoleNetSerializerConfig &OutConfig, const UEnum *Enum)