Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UEdGraphSchema_K2
- UEdGraphSchema::BreakSinglePinLink()
- UEdGraphSchema_K2::BreakSinglePinLink()
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h |
| Include | #include "EdGraphSchema_K2.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2.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. |