Navigation
API > API/Plugins > API/Plugins/MetasoundEditor > API/Plugins/MetasoundEditor/UMetasoundEditorGraphSchema
- UEdGraphSchema::TryCreateConnection()
- UMetasoundEditorGraphSchema::TryCreateConnection()
References
| Module | MetasoundEditor |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphSchema.h |
| Include | #include "MetasoundEditorGraphSchema.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Private/MetasoundEditorGraphSchema.cpp |
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. |