SColorThemesViewer

There should only ever be a single [SColorThemesViewer](API\Runtime\AppFramework\Widgets\Colors\SColorThemesViewer).

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

AppFramework

Header

/Engine/Source/Runtime/AppFramework/Public/Widgets/Colors/SColorThemes.h

Include

#include "Widgets/Colors/SColorThemes.h"

Syntax

class SColorThemesViewer : public SCompoundWidget

Remarks

There should only ever be a single SColorThemesViewer. It is the widget which manages all color themes and displays in a nice list format.

Functions

Name Description

Public function

void

 

Construct

(
    const FArguments& InArgs
)

Public function Const

TSharedPtr< ...

 

GetCurrentColorTheme()

Gets the current color theme

Public function Static

void

 

LoadColorThemesFromIni()

Load the color theme settings from the config

Public function

void

 

MenuToStandardNoReturn()

Public function

FCurrentThem...

 

OnCurrentThemeChanged()

Public function Static

void

 

SaveColorThemesToIni()

Save the color theme settings to the config

Public function

void

 

SetUseAlpha

(
    const TAttribute< bool >& InUseAlp...
)

Sets the UseAlpha attribute

Classes

Name

Description

Public struct

FArguments

Public class

FCurrentThemeChangedEvent

Callbacks to execute whenever we change the global current theme

Constants

Name

Description

bSRGBEnabled

Whether to use display sRGB color

ColorThemes

A static holder of the color themes for the entire program

CurrentlySelectedThemePtr

A static pointer to the color theme that is currently selected for the entire program

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss