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

Public Attributes

FRepObjectDataBuffer ObjectData
 
FRepShadowDataBuffer ShadowData
 
FGuidReferencesMapGuidReferences
 
const int32 CmdStart
 
const int32 CmdEnd
 
TArray< FProperty * > * RepNotifies
 
uint32 ArrayElementOffset = 0
 
uint16 CurrentHandle = 0
 
bool bShadowDataCopied = false
 

Detailed Description

Struct containing parameters that do change or can't be shared as we recurse into ReceiveProperties_r

Member Data Documentation

◆ ArrayElementOffset

uint32 FReceivePropertiesStackParams::ArrayElementOffset = 0

◆ bShadowDataCopied

bool FReceivePropertiesStackParams::bShadowDataCopied = false

◆ CmdEnd

const int32 FReceivePropertiesStackParams::CmdEnd

◆ CmdStart

const int32 FReceivePropertiesStackParams::CmdStart

◆ CurrentHandle

uint16 FReceivePropertiesStackParams::CurrentHandle = 0

◆ GuidReferences

FGuidReferencesMap* FReceivePropertiesStackParams::GuidReferences

◆ ObjectData

FRepObjectDataBuffer FReceivePropertiesStackParams::ObjectData

◆ RepNotifies

TArray<FProperty*>* FReceivePropertiesStackParams::RepNotifies

◆ ShadowData

FRepShadowDataBuffer FReceivePropertiesStackParams::ShadowData

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