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

#include <RepLayout.h>

Public Member Functions

 FRepSerializedPropertyInfo ()
 

Public Attributes

FRepSharedPropertyKey PropertyKey
 
int32 BitOffset
 
int32 BitLength
 
int32 PropBitOffset
 
int32 PropBitLength
 

Detailed Description

Holds the unique identifier and offsets/lengths of a net serialized property used for Shared Serialization

Constructor & Destructor Documentation

◆ FRepSerializedPropertyInfo()

FRepSerializedPropertyInfo::FRepSerializedPropertyInfo ( )
inline

Member Data Documentation

◆ BitLength

int32 FRepSerializedPropertyInfo::BitLength

Length in bits of all serialized data for this property, may include handle and checksum.

◆ BitOffset

int32 FRepSerializedPropertyInfo::BitOffset

Bit offset into shared buffer of the shared data

◆ PropBitLength

int32 FRepSerializedPropertyInfo::PropBitLength

Length in bits of net serialized property data only

◆ PropBitOffset

int32 FRepSerializedPropertyInfo::PropBitOffset

Bit offset into shared buffer of the property data.

◆ PropertyKey

FRepSharedPropertyKey FRepSerializedPropertyInfo::PropertyKey

Unique identifier for this property


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