Navigation
Unreal Engine C++ API Reference > Editor > BlueprintGraph > IK2Node_AddPinInterface
- IK2Node_AddPinInterface::RemoveInputPin()
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_AddPinInterface.h |
Include | #include "K2Node_AddPinInterface.h" |
virtual void RemoveInputPin ( [UEdGraphPin](API\Runtime\Engine\EdGraph\UEdGraphPin) * Pin )
Remarks
Attempt to remove the given pin from this node. Should fail if the given pin is not an additional pin to the node
Parameters
Name | Description |
---|---|
Pin | The pin to remove |