Navigation
API > API/Runtime > API/Runtime/SlateCore
Represents a single theme
| Name | FStyleTheme |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/StyleColors.h |
| Include Path | #include "Styling/StyleColors.h" |
Syntax
USTRUCT ()
struct FStyleTheme
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DisplayName | FText | Friendly, user customizable theme name | Styling/StyleColors.h | |
| Filename | FString | Filename where the theme is stored | Styling/StyleColors.h | |
| Id | FGuid | Unique Id for the theme | Styling/StyleColors.h | |
| LoadedDefaultColors | TArray< FLinearColor > | The default colors for this theme. Used for resetting to default. Not the active colors | Styling/StyleColors.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FStyleTheme& Other |
Styling/StyleColors.h | ||
bool operator==
(
const FGuid& OtherId |
Styling/StyleColors.h |