Navigation
API > API/Plugins > API/Plugins/ReplicationGraph > API/Plugins/ReplicationGraph/UReplicationGraph
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T * CreateNewNode () |
Creates a new node for the graph. | ReplicationGraph.h | |
T * CreateNewNode
(
FName NodeBaseName |
Creates a new node for the graph with a given base name. | ReplicationGraph.h |
CreateNewNode()
Description
Creates a new node for the graph. This and UReplicationNode::CreateChildNode should be the only things that create the graph node UObjects
| Name | CreateNewNode |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ReplicationGraph/Source/Public/ReplicationGraph.h |
| Include Path | #include "ReplicationGraph.h" |
template<class T>
T * CreateNewNode()
CreateNewNode(FName)
Description
Creates a new node for the graph with a given base name. This and UReplicationNode::CreateChildNode should be the only things that create the graph node UObjects
| Name | CreateNewNode |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ReplicationGraph/Source/Public/ReplicationGraph.h |
| Include Path | #include "ReplicationGraph.h" |
template<class T>
T * CreateNewNode
(
FName NodeBaseName
)