Navigation
Unreal Engine C++ API Reference > Editor > GraphEditor > SGraphPanel
References
Module | GraphEditor |
Header | /Engine/Source/Editor/GraphEditor/Public/SGraphPanel.h |
Include | #include "SGraphPanel.h" |
Source | /Engine/Source/Editor/GraphEditor/Private/SGraphPanel.cpp |
virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnMouseButtonDoubleClick ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & InMyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & InMouseEvent )
Remarks
Called when a mouse button is double clicked. Override this in derived classes. Returns whether the event was handled, along with other possible actions
Parameters
Name | Description |
---|---|
InMyGeometry | Widget geometry |
InMouseEvent | Mouse button event |