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

Enumerations

enum  Type : int { DownAndUp , Down , PreciseTap }
 

Enumeration Type Documentation

◆ Type

Ways in which touch interactions trigger a "Clicked" event.

Enumerator
DownAndUp 

Most buttons behave this way.

Down 

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

PreciseTap 

Inside a list, buttons can only be clicked with precise tap. Moving the pointer will scroll the list.