UReplicationGraph::AddConnectionGraphNode

Associate a node to a specific connection.

Windows
MacOS
Linux

References

Module

ReplicationGraph

Header

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

Include

#include "ReplicationGraph.h"

Source

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

Syntax

void AddConnectionGraphNode
(
    UReplicationGraphNode * GraphNode,
    UNetReplicationGraphConnection * ConnectionManager
)

Remarks

Associate a node to a specific connection. When this connection replicates, this GraphNode will get a chance to add.

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