SGraphNode::OnMouseButtonDoubleClick

Called when a mouse button is double clicked. Override this in derived classes.

Unreal Engine C++ API Reference > Editor > GraphEditor > SGraphNode

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](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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library