Navigation
API > API/Plugins > API/Plugins/ReplicationGraph > API/Plugins/ReplicationGraph/UReplicationGraph
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
| Type | Name | Description | |
|---|---|---|---|
| int32 | NumConnections | Total connections replicated to during the tick including children (splitscreen) and replay connections. | |
| int32 | NumReplicatedActors | Total number of actors replicated. | |
| int32 | NumReplicatedCleanActors | Number of actors who did not send any data when ReplicateActor was called on them. | |
| int32 | NumReplicatedFastPathActors | Number of actors replicated using the fast path. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Reset () |