Navigation
Unreal Engine C++ API Reference > Editor > AIGraph > UAIGraphSchema
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 ( [UEdGraphNode](API\Runtime\Engine\EdGraph\UEdGraphNode) & TargetNode ) const
Remarks
Breaks all links from/to a single node
Parameters
Name | Description |
---|---|
TargetNode | The node to break links on |