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

Go to the source code of this file.

Classes

struct  FShowInputDeviceSelectorParams
 
struct  FPlatformUserSelectionCompleteParams
 
struct  FGenericPlatformApplicationMisc
 

Typedefs

typedef TFunction< void(const FShowInputDeviceSelectorParams &)> FShowInputDeviceSelectorComplete
 
typedef TFunction< void(const FPlatformUserSelectionCompleteParams &Params)> FPlatformUserSelectionComplete
 

Enumerations

enum class  EScreenPhysicalAccuracy { Unknown , Approximation , Truth }
 
enum class  EPlatformUserSelectorFlags : uint8 {
  None = 0 , RequiresOnlineEnabledProfile = (1 << 1) , ShowSkipButton = (1 << 2) , AllowGuests = (1 << 3) ,
  ShowNewUsersOnly = (1 << 4) , Default = ShowSkipButton
}
 

Functions

 ENUM_CLASS_FLAGS (EPlatformUserSelectorFlags)
 

Typedef Documentation

◆ FPlatformUserSelectionComplete

◆ FShowInputDeviceSelectorComplete

Enumeration Type Documentation

◆ EPlatformUserSelectorFlags

Enumerator
None 
RequiresOnlineEnabledProfile 
ShowSkipButton 
AllowGuests 
ShowNewUsersOnly 
Default 

◆ EScreenPhysicalAccuracy

The accuracy when dealing with physical characteristics of the monitor/screen of the device we're running on.

Enumerator
Unknown 
Approximation 
Truth 

Function Documentation

◆ ENUM_CLASS_FLAGS()

ENUM_CLASS_FLAGS ( EPlatformUserSelectorFlags  )