SGraphNode::OnMouseButtonDoubleClick

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

Windows
MacOS
Linux

Override Hierarchy

References

Module

GraphEditor

Header

/Engine/Source/Editor/GraphEditor/Public/SGraphNode.h

Include

#include "SGraphNode.h"

Source

/Engine/Source/Editor/GraphEditor/Private/SGraphNode.cpp

Syntax

virtual FReply OnMouseButtonDoubleClick
(
    const FGeometry & InMyGeometry,
    const FPointerEvent & InMouseEvent
)

Remarks

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

Returns

Returns whether the event was handled, along with other possible actions

Parameters

Parameter

Description

InMyGeometry

Widget geometry

InMouseEvent

Mouse button event

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss