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 RemoveEdge
&40;
UPCGNode &42; From,
const FName & FromLabel,
UPCGNode &42; To,
const FName & ToLabel
&41;
Remarks
Removes an edge in the graph. Returns true if an edge was removed.