UBasicReplicationGraph::InitConnectionGraphNodes

Override this function to init/configure graph for a specific connection.

Windows
MacOS
Linux

Override Hierarchy

UReplicationGraph::InitConnectionGraphNodes()

UBasicReplicationGraph::InitConnectionGraphNodes()

References

Module

ReplicationGraph

Header

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

Include

#include "BasicReplicationGraph.h"

Source

/Engine/Plugins/Runtime/ReplicationGraph/Source/Private/BasicReplicationGraph.cpp

Syntax

virtual void InitConnectionGraphNodes
(
    UNetReplicationGraphConnection * ConnectionManager
)

Remarks

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)

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