FRepSerializedPropertyInfo

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

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Net/RepLayout.h

Include

#include "Net/RepLayout.h"

Syntax

struct FRepSerializedPropertyInfo

Remarks

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

Variables

Name Description

Public variable

int32

 

BitLength

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

Public variable

int32

 

BitOffset

Bit offset into shared buffer of the shared data

Public variable

FGuid

 

Guid

Unique identifier for this property, may include array index and depth.

Public variable

int32

 

PropBitLength

Length in bits of net serialized property data only

Public variable

int32

 

PropBitOffset

Bit offset into shared buffer of the property data.

Constructors

Name Description

Public function

FRepSerializedPropertyInfo()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss