Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGPin
Description
Breaks edge to pin if edge exists. Optionally returns list of affected nodes (including the pin owner).
| Name | BreakEdgeTo |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGPin.h |
| Include Path | #include "PCGPin.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGPin.cpp |
bool BreakEdgeTo
(
UPCGPin * OtherPin,
TSet< UPCGNode * > * InTouchedNodes
)