FNetSyncLoadReport

Struct used as the parameter to FOnSyncLoadDetected to report sync loads.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetworkDelegates.h

Include

#include "Engine/NetworkDelegates.h"

Syntax

struct FNetSyncLoadReport

Remarks

Struct used as the parameter to FOnSyncLoadDetected to report sync loads.

Variables

Name Description

Public variable

const UObject &...

 

LoadedObject

The object that was sync loaded

Public variable

const UNetDrive...

 

NetDriver

The driver that reported this load

Public variable

const UObject &...

 

OwningObject

The replicated object, usually an actor, whose replication caused the sync load, if known.

Public variable

const FProperty...

 

Property

The replicated property that refers to the object that was sync loaded, if known. May be null.

Public variable

ENetSyncLoadTyp...

 

Type

How the sync load was triggered, if known

Constructors

Name Description

Public function

FNetSyncLoadReport()

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