Choose your operating system:
Windows
macOS
Linux
| UEdGraphSchema::CreatePromotedConnection()
|
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 CreatePromotedConnection
(
UEdGraphPin * A,
UEdGraphPin * B
) const
Try to create a promotion from one type to another in order to make a connection between two pins.
True if the promotion and connection were successful; False if the connection failed.
Parameter |
Description |
---|---|
A |
The first pin. |
B |
The second pin. |