UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
EButtonClickMethod Namespace Reference

Enumerations

enum  Type : int { DownAndUp , MouseDown , MouseUp , PreciseClick }
 

Enumeration Type Documentation

◆ Type

Enumerates different methods that a button click can be triggered. Normally, DownAndUp is appropriate.

Enumerator
DownAndUp 

User must press the button, then release while over the button to trigger the click. This is the most common type of button.

MouseDown 

Click will be triggered immediately on mouse down, and mouse will not be captured.

MouseUp 

Click will always be triggered when mouse button is released over the button, even if the button wasn't pressed down over it.

PreciseClick 

Inside a list, buttons can only be clicked with precise tap. Moving the pointer will scroll the list, also allows drag-droppable buttons.