Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SGraphNode
- SWidget::OnMouseButtonDoubleClick()
- SGraphNode::OnMouseButtonDoubleClick()
- SGraphNodeComment::OnMouseButtonDoubleClick()
- SDataflowEdNode::OnMouseButtonDoubleClick()
- SRigVMGraphNode::OnMouseButtonDoubleClick()
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/SGraphNode.h |
| Include | #include "SGraphNode.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/SGraphNode.cpp |
virtual FReply OnMouseButtonDoubleClick
&40;
const FGeometry & InMyGeometry,
const FPointerEvent & InMouseEvent
&41;
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 |