Navigation
API > API/Editor > API/Editor/AIGraph > API/Editor/AIGraph/UAIGraphSchema
- UEdGraphSchema::BreakNodeLinks()
- UAIGraphSchema::BreakNodeLinks()
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 BreakNodeLinks
&40;
UEdGraphNode & TargetNode
&41; const
Remarks
Breaks all links from/to a single node
Parameters
| Name | Description |
|---|---|
| TargetNode | The node to break links on |