Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGDynamicPinContainer
Description
Renames the dynamic pin at the given index. Updates both the stored properties and the live node pin. The new label will be made unique if it collides. Returns the change type flags for the caller to broadcast.
| Name | RenamePin |
| 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 RenamePin
(
int32 Index,
FName NewLabel,
UPCGNode * Node,
EPCGPinDirection Direction
)