Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/USlateThemeManager
Description
Removes a theme. Note: The active theme cannot be removed and there must always be an active theme. Apply a new theme first before removing the current theme.
| Name | RemoveTheme |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/StyleColors.h |
| Include Path | #include "Styling/StyleColors.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Styling/StyleColors.cpp |
void RemoveTheme
(
FGuid ThemeId
)