![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Typedefs | |
| typedef uint8 | Type |
Functions | |
| EModifierKey::Type | FromBools (const bool bControl, const bool bAlt, const bool bShift, const bool bCommand) |
Variables | |
| const Type | None = 0 |
| const Type | Control = 1 << 0 |
| const Type | Alt = 1 << 1 |
| const Type | Shift = 1 << 2 |
| const Type | Command = 1 << 3 |
Enumerates available modifier keys for input gestures.
|
inline |
|
inline |
Alt key.
|
inline |
Ctrl key (Command key on Mac, Control key on Windows).
|
inline |
No key.
|
inline |
Shift key.