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

int32

 

PropBitLength

Length in bits of net serialized property data only

Public variable

int32

 

PropBitOffset

Bit offset into shared buffer of the property data.

Public variable

FRepSharedPrope...

 

PropertyKey

Unique identifier for this property

Constructors

Name Description

Public function

FRepSerializedPropertyInfo()

Deprecated Variables

Name Description

Public variable

FGuid

 

Guid

No longer used, please use PropertyKey instead.

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