Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/USlateThemeManager
Description
Exports the current theme to the given filename.
The given filename will be replaced if it already exists.
| Name | ExportCurrentThemeTo |
| 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 |
bool ExportCurrentThemeTo
(
const FString & Filename
)
true if the theme was successfully exported
Parameters
| Name | Remarks |
|---|---|
| The | Filename to export the theme to |