Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGDynamicPinContainer
Description
Removes the dynamic pin at the given index. Breaks edges on the corresponding node pin and renames it to a placeholder to avoid label conflicts during UpdatePins. Returns the change type flags for the caller to broadcast.
| Name | RemovePin |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGDynamicPins.h |
| Include Path | #include "PCGDynamicPins.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGDynamicPins.cpp |
EPCGChangeType RemovePin
(
int32 Index,
UPCGNode * Node,
EPCGPinDirection Direction
)