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