Navigation
API > API/Plugins > API/Plugins/ReplicationGraph
References
| Module | ReplicationGraph |
| Header | /Engine/Plugins/Runtime/ReplicationGraph/Source/Public/ReplicationGraphTypes.h |
| Include | #include "ReplicationGraphTypes.h" |
Syntax
struct FActorRepListStatCollector
Remarks
This struct will passed to all nodes in the repgraph and collect information on every ActorRepList
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | FlagNodeVisited
(
const UReplicationGraphNode* NodeToVisit |
Prevents the node from being visited twice in case it's shared multiple times | |
| void | PrintCollectedData
(
FOutputDevice& Ar |
Print the statistics previously collected | |
| void | VisitExplicitStreamingLevelList
(
FName ListOwnerName, |
Collect stats for FActorRepLists not held by a node | |
| void | VisitRepList
(
const UReplicationGraphNode* NodeToVisit, |
Collect stats on a single FActorRepList | |
| void | VisitStreamingLevelCollection
(
const UReplicationGraphNode* NodeToVisit, |
Collect stats on a collection of FActorRepLists |