FRepSerializationSharedInfo

Holds a set of shared net serialized properties

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Net/RepLayout.h"

Syntax

struct FRepSerializationSharedInfo

Remarks

Holds a set of shared net serialized properties

Variables

Name Description

Public variable

TUniquePtr< FNe...

 

SerializedProperties

Binary blob of net serialized data to be shared

Public variable

TArray< FRepSer...

 

SharedPropertyInfo

Metadata for properties in the shared data blob.

Constructors

Functions

Name Description

Public function Const

void

 

CountBytes

(
    FArchive& Ar
)

Public function Const

bool

 

IsValid()

Public function

void

 

Reset()

Public function

void

 

SetValid()

Public function

const FRepSe...

 

WriteSharedProperty

(
    const FRepLayoutCmd& Cmd,
    const FGuid& PropertyGuid,
    const int32 CmdIndex,
    const uint16 Handle,
    const FConstRepObjectDataBuffer Dat...,
    const bool bWriteHandle,
    const bool bDoChecksum
)

Creates a new SharedPropertyInfo and adds it to the SharedPropertyInfo list.

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