UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FReceivePropertiesSharedParams Struct Reference

Public Attributes

const bool bDoChecksum
 
const bool bSkipRoleSwap
 
FNetBitReaderBunch
 
boolbOutHasUnmapped
 
boolbOutGuidsChanged
 
const TArray< FRepParentCmd > & Parents
 
const TArray< FRepLayoutCmd > & Cmds
 
const TMap< FRepLayoutCmd *, TArray< FRepLayoutCmd > > NetSerializeLayouts
 
UObjectOwningObject
 
FNetTraceCollectorTraceCollector = nullptr
 
uint16 ReadHandle = 0
 

Detailed Description

Struct containing parameters that don't change or can be shared throughout recursion of ReceiveProperties_r

Member Data Documentation

◆ bDoChecksum

const bool FReceivePropertiesSharedParams::bDoChecksum

◆ bOutGuidsChanged

bool& FReceivePropertiesSharedParams::bOutGuidsChanged

◆ bOutHasUnmapped

bool& FReceivePropertiesSharedParams::bOutHasUnmapped

◆ bSkipRoleSwap

const bool FReceivePropertiesSharedParams::bSkipRoleSwap

◆ Bunch

FNetBitReader& FReceivePropertiesSharedParams::Bunch

◆ Cmds

const TArray<FRepLayoutCmd>& FReceivePropertiesSharedParams::Cmds

◆ NetSerializeLayouts

const TMap<FRepLayoutCmd*, TArray<FRepLayoutCmd> > FReceivePropertiesSharedParams::NetSerializeLayouts

◆ OwningObject

UObject* FReceivePropertiesSharedParams::OwningObject

◆ Parents

const TArray<FRepParentCmd>& FReceivePropertiesSharedParams::Parents

◆ ReadHandle

uint16 FReceivePropertiesSharedParams::ReadHandle = 0

◆ TraceCollector

FNetTraceCollector* FReceivePropertiesSharedParams::TraceCollector = nullptr

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