Navigation
Unreal Engine C++ API Reference > Runtime > SlateCore > Types
References
Module | SlateCore |
Header | /Engine/Source/Runtime/SlateCore/Public/Types/SlateEnums.h |
Include | #include "Types/SlateEnums.h" |
Syntax
namespace EButtonTouchMethod
{
enum Type
&123;
DownAndUp,
Down,
PreciseTap,
&125;
}
Values
Name | Description |
---|---|
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. |
Remarks
Ways in which touch interactions trigger a "Clicked" event.