Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SGraphPin
Description
Tries to handle making a connection to another pin, depending on the schema and the pins it may do:
- Nothing
- Break existing links on either side while making the new one
- Just make the new one
| Name | TryHandlePinConnection |
| Type | function |
| Header File | /Engine/Source/Editor/GraphEditor/Public/SGraphPin.h |
| Include Path | #include "SGraphPin.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/SGraphPin.cpp |
virtual bool TryHandlePinConnection
(
SGraphPin & OtherSPin
)