Navigation
Unreal Engine C++ API Reference > Editor > BlueprintGraph > UK2Node_CommutativeAssociativeBinaryOperator
- IK2Node_AddPinInterface::RemoveInputPin()
- UK2Node_CommutativeAssociativeBinaryOperator::RemoveInputPin()
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CommutativeAssociativeBinaryOperator.h |
Include | #include "K2Node_CommutativeAssociativeBinaryOperator.h" |
Source | /Engine/Source/Editor/BlueprintGraph/Private/K2Node_CommutativeAssociativeBinaryOperator.cpp |
virtual void RemoveInputPin
&40;
UEdGraphPin &42; Pin
&41;
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 |