Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGGraph
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/PCGGraph.h |
| Include | #include "PCGGraph.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGGraph.cpp |
UFUNCTION (BlueprintCallable, Category=Graph)
UPCGNode * AddEdge
(
UPCGNode * From,
const FName & FromPinLabel,
UPCGNode * To,
const FName & ToPinLabel
)
Remarks
Adds a directed edge in the graph. Returns the "To" node for easy chaining