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

#include <ReplicationRecord.h>

Public Attributes

FChangeMaskStorageOrPointer ChangeMaskOrPtr
 
uint32 Index: ObjectIndexBitCount
 
uint32 ReplicatedObjectState: ReplicatedObjectStateBitCount
 
uint32 HasChangeMask: 1
 
uint32 HasAttachments: 1
 
uint32 WroteTearOff: 1
 
uint32 WroteDestroySubObject: 1
 
uint32 NewBaselineIndex: 2
 
uint32 HasSubObjectRecord: 1
 
ReplicationRecordIndex NextIndex
 
uint16 Padding: 16
 

Member Data Documentation

◆ ChangeMaskOrPtr

FChangeMaskStorageOrPointer UE::Net::Private::FReplicationRecord::FRecordInfo::ChangeMaskOrPtr

◆ HasAttachments

uint32 UE::Net::Private::FReplicationRecord::FRecordInfo::HasAttachments

◆ HasChangeMask

uint32 UE::Net::Private::FReplicationRecord::FRecordInfo::HasChangeMask

◆ HasSubObjectRecord

uint32 UE::Net::Private::FReplicationRecord::FRecordInfo::HasSubObjectRecord

◆ Index

uint32 UE::Net::Private::FReplicationRecord::FRecordInfo::Index

◆ NewBaselineIndex

uint32 UE::Net::Private::FReplicationRecord::FRecordInfo::NewBaselineIndex

◆ NextIndex

ReplicationRecordIndex UE::Net::Private::FReplicationRecord::FRecordInfo::NextIndex

◆ Padding

uint16 UE::Net::Private::FReplicationRecord::FRecordInfo::Padding

◆ ReplicatedObjectState

uint32 UE::Net::Private::FReplicationRecord::FRecordInfo::ReplicatedObjectState

◆ WroteDestroySubObject

uint32 UE::Net::Private::FReplicationRecord::FRecordInfo::WroteDestroySubObject

◆ WroteTearOff

uint32 UE::Net::Private::FReplicationRecord::FRecordInfo::WroteTearOff

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