Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE > API/Plugins/CustomizableObjectEditor/MuCOE/Nodes > API/Plugins/CustomizableObjectEditor/MuCOE/Nodes/UCustomizableObjectNode
- UCustomizableObjectNode::BreakExistingConnectionsPostConnection()
- UCustomizableObjectNodeCopyMaterial::BreakExistingConnectionsPostConnection()
- UCustomizableObjectNodeMaterial::BreakExistingConnectionsPostConnection()
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/Nodes/CustomizableObjectNode.h |
| Include | #include "MuCOE/Nodes/CustomizableObjectNode.h" |
virtual void BreakExistingConnectionsPostConnection
&40;
UEdGraphPin &42; InputPin,
UEdGraphPin &42; OutputPin
&41;
Remarks
Called when a new connection is perform. Used to break an specific existing connectoin. Empty default implementation. This method can be overridden.
Parameters
| Name | Description |
|---|---|
| InputPin | New connection input pin. |
| OutputPin | New connection output pin. |