Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGGraph
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/PCGGraph.h |
| Include | #include "PCGGraph.h" |
| Source | /Engine/Plugins/Experimental/PCG/Source/PCG/Private/PCGGraph.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;Graph&41;
bool AddLabeledEdge
&40;
UPCGNode &42; From,
const FName & InboundLabel,
UPCGNode &42; To,
const FName & OutboundLabel
&41;
Remarks
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)