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