Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SGraphPanel
Description
Indicate that the connection from the given start to the given end pins is being relinked. A preview connection is being drawn for the relinked connection.
| Name | OnBeginRelinkConnection |
| Type | function |
| Header File | /Engine/Source/Editor/GraphEditor/Public/SGraphPanel.h |
| Include Path | #include "SGraphPanel.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/SGraphPanel.cpp |
void OnBeginRelinkConnection
(
const FGraphPinHandle & InSourcePinHandle,
const FGraphPinHandle & InTargetPinHandle
)