Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/Dataflow > API/Plugins/DataflowEditor/Dataflow/SDataflowEdNode
- SWidget::OnMouseButtonDoubleClick()
- SGraphNode::OnMouseButtonDoubleClick()
- SDataflowEdNode::OnMouseButtonDoubleClick()
References
| Module | DataflowEditor |
| Header | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowSNode.h |
| Include | #include "Dataflow/DataflowSNode.h" |
| Source | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Private/Dataflow/DataflowSNode.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 |