Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UK2Node_CommutativeAssociativeBi-
- IK2Node_AddPinInterface::CanRemovePin()
- UK2Node_CommutativeAssociativeBinaryOperator::CanRemovePin()
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 bool CanRemovePin
&40;
const UEdGraphPin &42; Pin
&41; const
Remarks
Returns true if the given pin can be removed from this node. bool True if the pin can be removed, false otherwise.
Parameters
| Name | Description |
|---|---|
| Pin | The pin to test |