Navigation
API > API/Plugins > API/Plugins/MetasoundEditor > API/Plugins/MetasoundEditor/UMetasoundEditorGraphSchema > API/Plugins/MetasoundEditor/UMetasoundEditorGraphSchema/BreakSinglePinLink
- UEdGraphSchema::BreakSinglePinLink()
- UMetasoundEditorGraphSchema::BreakSinglePinLink()
References
| Module | MetasoundEditor |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphSchema.h |
| Include | #include "MetasoundEditorGraphSchema.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Private/MetasoundEditorGraphSchema.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. |