Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGPin
Description
Break all edges the connect pins of invalid type. Optionally returns list of affected nodes (including the pin owner).
| Name | BreakAllIncompatibleEdges |
| 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 BreakAllIncompatibleEdges
(
TSet< UPCGNode * > * InTouchedNodes
)