Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE > API/Plugins/CustomizableObjectEditor/MuCOE/UEdGraphSchema_CustomizableObjec-
- UEdGraphSchema::BreakSinglePinLink()
- UEdGraphSchema_CustomizableObject::BreakSinglePinLink()
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/EdGraphSchema_CustomizableObject.h |
| Include | #include "MuCOE/EdGraphSchema_CustomizableObject.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Private/MuCOE/EdGraphSchema_CustomizableObject.cpp |
virtual void BreakSinglePinLink
&40;
UEdGraphPin &42; SourcePin,
UEdGraphPin &42; TargetPin
&41; const
Remarks
Breaks the link between two nodes.
Parameters
| Name | Description |
|---|---|
| SourcePin | The pin where the link begins. |
| TargetLink | The pin where the link ends. |