Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Styling/StyleColors.h |
Include |
#include "Styling/StyleColors.h" |
class USlateThemeManager : public UObject
Name | Description | |
---|---|---|
|
USlateThemeManager() |
Name | Description | ||
---|---|---|---|
|
ApplyTheme ( |
Applies a theme as the active theme |
|
|
DuplicateActiveTheme() |
Duplicates the active theme |
|
|
USlateThemeM... |
Get() |
|
|
const FLinea... |
GetColor ( |
|
|
GetColorDisplayName ( |
Gets a custom display name for a style color. This will be empty if no custom name was chosen |
|
|
const FStyle... |
GetCurrentTheme() |
|
|
GetEngineThemeDir() |
||
|
GetProjectThemeDir() |
||
|
const TArray... |
GetThemes() |
|
|
GetUserThemeDir() |
||
|
InitalizeDefaults() |
Initializes default colors |
|
|
LoadThemes() |
Load all known themes from engine, project, and user directories |
|
|
RemoveTheme ( |
Removes a theme. |
|
|
ResetActiveColorToDefault ( |
Resets an active color to the default color for the curerent theme |
|
|
SaveCurrentThemeAs ( |
Saves the current theme |
|
|
SetColorDisplayName ( |
Sets a custom display name for a style color |
|
|
SetCurrentThemeDisplayName ( |
Sets the display name for the current theme |
|
|
SetDefaultColor ( |
Sets a default color to be used as a fallback if no theme is loaded |
|
|
ValidateActiveTheme() |
Validate that there is an active loaded theme |