Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/UEdGraphSchema_NiagaraSystemOver-
- UEdGraphSchema::TryCreateConnection()
- UEdGraphSchema_NiagaraSystemOverview::TryCreateConnection()
References
Module | NiagaraEditor |
Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/EdGraphSchema_NiagaraSystemOverview.h |
Include | #include "EdGraphSchema_NiagaraSystemOverview.h" |
virtual bool TryCreateConnection
&40;
UEdGraphPin &42; A,
UEdGraphPin &42; B
&41; const
Remarks
Try to make a connection between two pins. True if a connection was made/broken (graph was modified); false if the connection failed and had no side effects.
Parameters
Name | Description |
---|---|
A | The first pin. |
B | The second pin. |