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

#include <ReplicationTypes.h>

Public Attributes

FInternalNetRefIndex MaxInternalNetRefIndex = 0
 
uint32 MaxReplicationWriterObjectCount = 0
 
uint32 PacketSendWindowSize = 0
 
uint32 ConnectionId = 0
 
UReplicationSystemReplicationSystem = nullptr
 
bool bAllowSendingAttachmentsToObjectsNotInScope = false
 
bool bAllowReceivingAttachmentsFromRemoteObjectsNotInScope = false
 
bool bAllowDelayingAttachmentsWithUnresolvedReferences = false
 
uint32 SmallObjectBitThreshold = 160U
 
uint32 MaxFailedSmallObjectCount = 10U
 
uint32 NumBitsUsedForBatchSize = 16U
 
uint32 NumBitsUsedForHugeObjectBatchSize = 32U
 

Member Data Documentation

◆ bAllowDelayingAttachmentsWithUnresolvedReferences

bool UE::Net::Private::FReplicationParameters::bAllowDelayingAttachmentsWithUnresolvedReferences = false

◆ bAllowReceivingAttachmentsFromRemoteObjectsNotInScope

bool UE::Net::Private::FReplicationParameters::bAllowReceivingAttachmentsFromRemoteObjectsNotInScope = false

◆ bAllowSendingAttachmentsToObjectsNotInScope

bool UE::Net::Private::FReplicationParameters::bAllowSendingAttachmentsToObjectsNotInScope = false

◆ ConnectionId

uint32 UE::Net::Private::FReplicationParameters::ConnectionId = 0

◆ MaxFailedSmallObjectCount

uint32 UE::Net::Private::FReplicationParameters::MaxFailedSmallObjectCount = 10U

◆ MaxInternalNetRefIndex

FInternalNetRefIndex UE::Net::Private::FReplicationParameters::MaxInternalNetRefIndex = 0

◆ MaxReplicationWriterObjectCount

uint32 UE::Net::Private::FReplicationParameters::MaxReplicationWriterObjectCount = 0

◆ NumBitsUsedForBatchSize

uint32 UE::Net::Private::FReplicationParameters::NumBitsUsedForBatchSize = 16U

◆ NumBitsUsedForHugeObjectBatchSize

uint32 UE::Net::Private::FReplicationParameters::NumBitsUsedForHugeObjectBatchSize = 32U

◆ PacketSendWindowSize

uint32 UE::Net::Private::FReplicationParameters::PacketSendWindowSize = 0

◆ ReplicationSystem

UReplicationSystem* UE::Net::Private::FReplicationParameters::ReplicationSystem = nullptr

◆ SmallObjectBitThreshold

uint32 UE::Net::Private::FReplicationParameters::SmallObjectBitThreshold = 160U

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