Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SGraphPanel
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OnBeginMakingConnection
(
UEdGraphPin* InOriginatingPin |
SGraphPanel.h | ||
void OnBeginMakingConnection
(
FGraphPinHandle PinHandle |
SGraphPanel.h |
OnBeginMakingConnection(UEdGraphPin *)
| Name | OnBeginMakingConnection |
| 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 OnBeginMakingConnection
(
UEdGraphPin * InOriginatingPin
)
OnBeginMakingConnection(FGraphPinHandle)
| Name | OnBeginMakingConnection |
| 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 OnBeginMakingConnection
(
FGraphPinHandle PinHandle
)