UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
GenericApplication.h File Reference

Go to the source code of this file.

Classes

class  FModifierKeysState
 
struct  FPlatformRect
 
struct  FMonitorInfo
 
struct  FDisplayMetrics
 
class  GenericApplication
 

Namespaces

namespace  EModifierKey
 
namespace  EPopUpOrientation
 
namespace  EWindowTitleAlignment
 

Typedefs

typedef uint8 EModifierKey::Type
 

Enumerations

enum  EPopUpOrientation::Type { EPopUpOrientation::Horizontal , EPopUpOrientation::Vertical }
 
enum  EWindowTitleAlignment::Type { EWindowTitleAlignment::Left , EWindowTitleAlignment::Center , EWindowTitleAlignment::Right }
 

Functions

EModifierKey::Type EModifierKey::FromBools (const bool bControl, const bool bAlt, const bool bShift, const bool bCommand)
 

Variables

const Type EModifierKey::None = 0
 
const Type EModifierKey::Control = 1 << 0
 
const Type EModifierKey::Alt = 1 << 1
 
const Type EModifierKey::Shift = 1 << 2
 
const Type EModifierKey::Command = 1 << 3