UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ReplicationDataStreamDebug.h File Reference

Go to the source code of this file.

Namespaces

namespace  UE
 
namespace  UE::Net
 
namespace  UE::Net::Private
 

Macros

#define UE_NET_REPLICATIONDATASTREAM_DEBUG   !(UE_BUILD_SHIPPING)
 

Enumerations

enum  UE::Net::Private::EReplicationDataStreamDebugFeatures : uint32 { UE::Net::Private::None = 0U , UE::Net::Private::BatchSizePerObject = 1U << 0U , UE::Net::Private::Sentinels = 1U << 1U }
 

Functions

 UE::Net::Private::ENUM_CLASS_FLAGS (EReplicationDataStreamDebugFeatures)
 
void UE::Net::Private::WriteReplicationDataStreamDebugFeatures (FNetBitStreamWriter *Writer, EReplicationDataStreamDebugFeatures Features)
 
EReplicationDataStreamDebugFeatures UE::Net::Private::ReadReplicationDataStreamDebugFeatures (FNetBitStreamReader *Reader)
 

Variables

bool UE::Net::Private::bReplicationDataStreamDebugBatchSizePerObjectEnabled
 
bool UE::Net::Private::bReplicationDataStreamDebugSentinelsEnabled
 

Macro Definition Documentation

◆ UE_NET_REPLICATIONDATASTREAM_DEBUG

#define UE_NET_REPLICATIONDATASTREAM_DEBUG   !(UE_BUILD_SHIPPING)