Navigation
API > API/Plugins > API/Plugins/ReplicationGraph > API/Plugins/ReplicationGraph/UReplicationGraph
Description
Override this function to init/configure graph for a specific connection. Note they do not all have to be unique: connections can share nodes (e.g, 2 nodes for 2 teams)
Derived Overrides
| Name | InitConnectionGraphNodes |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ReplicationGraph/Source/Public/ReplicationGraph.h |
| Include Path | #include "ReplicationGraph.h" |
| Source | /Engine/Plugins/Runtime/ReplicationGraph/Source/Private/ReplicationGraph.cpp |
virtual void InitConnectionGraphNodes
(
UNetReplicationGraphConnection * ConnectionManager
)