Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/UEdGraphSchema_Niagara
- UEdGraphSchema::BreakSinglePinLink()
- UEdGraphSchema_Niagara::BreakSinglePinLink()
References
Module | NiagaraEditor |
Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/EdGraphSchema_Niagara.h |
Include | #include "EdGraphSchema_Niagara.h" |
Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/EdGraphSchema_Niagara.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. |