Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/IK2Node_AddPinInterface
Description
Attempt to remove the given pin from this node. Should fail if the given pin is not an additional pin to the node
Derived Overrides
- UK2Node_CommutativeAssociativeBinaryOperator::RemoveInputPin
- UK2Node_DoOnceMultiInput::RemoveInputPin
- UK2Node_MakeContainer::RemoveInputPin
- UK2Node_PromotableOperator::RemoveInputPin
| Name | RemoveInputPin |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_AddPinInterface.h |
| Include Path | #include "K2Node_AddPinInterface.h" |
virtual void RemoveInputPin
(
UEdGraphPin * Pin
)
Parameters
| Name | Remarks |
|---|---|
| Pin | The pin to remove |