Navigation
API > API/Plugins > API/Plugins/RigVMEditor > API/Plugins/RigVMEditor/Widgets > API/Plugins/RigVMEditor/Widgets/SRigVMGraphNode
- SWidget::OnMouseButtonDoubleClick()
- SGraphNode::OnMouseButtonDoubleClick()
- SRigVMGraphNode::OnMouseButtonDoubleClick()
References
| Module | RigVMEditor |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMGraphNode.h |
| Include | #include "Widgets/SRigVMGraphNode.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Private/Widgets/SRigVMGraphNode.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 |