Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphSchema
References
| Module | Engine |
| 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
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. |