Choose your operating system:
Windows
macOS
Linux
| UEdGraphSchema::CanCreateConnection()
|
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 const FPinConnectionResponse CanCreateConnection
(
const UEdGraphPin * A,
const UEdGraphPin * B
) const
Determine if a connection can be created between two pins.
An empty string if the connection is legal, otherwise a message describing why the connection would fail.
Parameter |
Description |
---|---|
A |
The first pin. |
B |
The second pin. |