Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h |
Include |
#include "Widgets/SWidget.h" |
Source |
/Engine/Source/Runtime/SlateCore/Private/Widgets/SWidget.cpp |
virtual FReply OnMouseButtonDoubleClick
(
const FGeometry & InMyGeometry,
const FPointerEvent & InMouseEvent
)
Called when a mouse button is double clicked. Override this in derived classes.
Returns whether the event was handled, along with other possible actions
Parameter |
Description |
---|---|
InMyGeometry |
Widget geometry |
InMouseEvent |
Mouse button event |