Skip to content

EOperatingSystemAccentThemeColor

enum EOperatingSystemAccentThemeColor

Defined in OperatingSystemSettingModuleTypes.h:33 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.

Make sure these are in sync with OperatingSystemSettingsDataNamespace in UOperatingSystemSettingModule_Theme.cpp