Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UK2Node_PromotableOperator
Description
Add an additional pin to this node based on it's index. Will create a new wildcard pin with the appropriate name and notify that this pin has changed
| Name | AddInputPinImpl |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_PromotableOperator.h |
| Include Path | #include "K2Node_PromotableOperator.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/K2Node_PromotableOperator.cpp |
UEdGraphPin * AddInputPinImpl
(
int32 PinIndex
)