Operating System Simulator Plugin  3.5.1
Unreal Engine plugin that simulates an Operating System Environment
Loading...
Searching...
No Matches
OperatingSystemSettingModuleTypes.h File Reference
This graph shows which files directly or indirectly include this file:

Enumerations

enum class  EOperatingSystemTheme : uint8 { Light , Dark }
 
enum class  EOperatingSystemAccentThemeColor : uint8 { LightThemeAccentPrimary , LightThemeAccentSecondary , DarkThemeAccentPrimary , DarkThemeAccentSecondary }
 

Enumeration Type Documentation

◆ EOperatingSystemAccentThemeColor

enum class EOperatingSystemAccentThemeColor : uint8
strong

Enum class representing the different accent theme colors of an operating system. The available accent theme colors are:

  • LightThemeAccentPrimary: Corresponds to the primary accent theme color for the light theme.
  • LightThemeAccentSecondary: Corresponds to the secondary accent theme color for the light theme.
  • DarkThemeAccentPrimary: Corresponds to the primary accent theme color for the dark theme.
  • DarkThemeAccentSecondary: Corresponds to the secondary accent theme color for the dark theme.
Warning
Make sure these are in sync with OperatingSystemSettingsDataNamespace in UOperatingSystemSettingModule_Theme.cpp
Enumerator
LightThemeAccentPrimary 
LightThemeAccentSecondary 
DarkThemeAccentPrimary 
DarkThemeAccentSecondary 

◆ EOperatingSystemTheme

enum class EOperatingSystemTheme : uint8
strong

Enum class representing the different themes of an operating system. The available themes are Light and Dark.

Enumerator
Light 
Dark