Navigation
API > API/Runtime > API/Runtime/AppFramework > API/Runtime/AppFramework/SColorThemesViewer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void NewColorTheme () |
Widgets/Colors/SColorThemes.h | ||
static TSharedPtr< FColorTheme > NewColorTheme
(
const FString& ThemeName, |
Creates a new theme, ensuring the name is unique | Widgets/Colors/SColorThemes.h |
NewColorTheme()
| Name | NewColorTheme |
| Type | function |
| Header File | /Engine/Source/Runtime/AppFramework/Public/Widgets/Colors/SColorThemes.h |
| Include Path | #include "Widgets/Colors/SColorThemes.h" |
| Source | /Engine/Source/Runtime/AppFramework/Private/Widgets/Colors/SColorThemes.cpp |
void NewColorTheme()
NewColorTheme(const FString &, const TArray< TSharedPtr< FColorInfo > > &)
Description
Creates a new theme, ensuring the name is unique
| Name | NewColorTheme |
| Type | function |
| Header File | /Engine/Source/Runtime/AppFramework/Public/Widgets/Colors/SColorThemes.h |
| Include Path | #include "Widgets/Colors/SColorThemes.h" |
| Source | /Engine/Source/Runtime/AppFramework/Private/Widgets/Colors/SColorThemes.cpp |
static TSharedPtr < FColorTheme > NewColorTheme
(
const FString & ThemeName,
const TArray < TSharedPtr < FColorInfo > > & ThemeColors
)