Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGNode
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/PCGNode.h |
| Include | #include "PCGNode.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGNode.cpp |
UFUNCTION (BlueprintCallable, Category=Node)
UPCGNode * AddEdgeTo
(
FName FromPinLabel,
UPCGNode * To,
FName ToPinLabel
)
Remarks
Adds an edge in the owning graph to the given "To" node.