FOnSyncLoadDetected

Delegate fired when net.ReportSyncLoads is enabled and the replication system has determined which property or object caused the load.

Windows
MacOS
Linux

Type

typedef TMulticastDelegate_OneParam< void, const FNetSyncLoadReport & > FOnSyncLoadDetected

References

Module

Engine

Header

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

Include

#include "Engine/NetworkDelegates.h"

Remarks

Delegate fired when net.ReportSyncLoads is enabled and the replication system has determined which property or object caused the load. This is likely reported after the load itself, since the load can occur while parsing export bunches, but we don't know what property or object refers to the loaded object until the property itself is read.

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