FFrameReplicationStats

Collects basic stats on the replicated actors

Windows
MacOS
Linux

References

Module

ReplicationGraph

Header

/Engine/Plugins/Runtime/ReplicationGraph/Source/Public/ReplicationGraph.h

Include

#include "ReplicationGraph.h"

Syntax

struct FFrameReplicationStats

Remarks

Collects basic stats on the replicated actors

Variables

Name Description

Public variable

int32

 

NumConnections

Total connections replicated to during the tick including children (splitscreen) and replay connections.

Public variable

int32

 

NumReplicatedActors

Total number of actors replicated.

Public variable

int32

 

NumReplicatedCleanActors

Number of actors who did not send any data when ReplicateActor was called on them.

Public variable

int32

 

NumReplicatedFastPathActors

Number of actors replicated using the fast path.

Functions

Name Description

Public function

void

 

Reset()

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