Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGGraphInputOutputSettings
Description
Add a new custom pin Note that you should use the return value of this function, since it can be different from the one passed as argument. It will change if its label collides with existing pins.
| Name | AddPin |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGInputOutputSettings.h |
| Include Path | #include "PCGInputOutputSettings.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGInputOutputSettings.cpp |
const FPCGPinProperties & AddPin
(
const FPCGPinProperties & NewCustomPinProperties
)