Choose your operating system:
Windows
macOS
Linux
| UEdGraphSchema::TryCreateConnection()
|
Module |
|
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
(
UEdGraphPin * A,
UEdGraphPin * B
) const
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.
Parameter |
Description |
---|---|
A |
The first pin. |
B |
The second pin. |