Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Widgets > API/Runtime/SlateCore/Widgets/SWidget
References
| Module | SlateCore |
| 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
)
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 |