Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGGraph
Description
Creates an edge between two nodes/pins based on the labels. Returns true if the To node has removed other edges (happens with single pins)
| Name | AddLabeledEdge |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGGraph.h |
| Include Path | #include "PCGGraph.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGGraph.cpp |
bool AddLabeledEdge
(
UPCGNode * From,
const FName & InboundLabel,
UPCGNode * To,
const FName & OutboundLabel
)