Navigation
Unreal Engine C++ API Reference > Runtime > UMG > Blueprint > UUserWidget
References
Module | UMG |
Header | /Engine/Source/Runtime/UMG/Public/Blueprint/UserWidget.h |
Include | #include "Blueprint/UserWidget.h" |
UFUNCTION (BlueprintImplementableEvent, BlueprintCosmetic, Category="Mouse")
FEventReply OnMouseButtonDoubleClick
(
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 |