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 BreakSinglePinLink ( [UEdGraphPin](API\Runtime\Engine\EdGraph\UEdGraphPin) * SourcePin, [UEdGraphPin](API\Runtime\Engine\EdGraph\UEdGraphPin) * TargetPin ) 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. |