Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
Include |
#include "EdGraph/EdGraphSchema.h" |
Source |
/Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphSchema.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. |