FStyleTheme

Represents a single theme

Choose your operating system:

Windows

macOS

Linux

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

Name Description

Public variable

FText

 

DisplayName

Friendly, user customizable theme name

Public variable

FString

 

Filename

Filename where the theme is stored

Public variable

FGuid

 

Id

Unique Id for the theme

Public variable

TArray< FLinear...

 

LoadedDefaultColors

The default colors for this theme. Used for resetting to default. Not the active colors

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FStyleTheme& Other
)

Public function Const

bool

 

operator==

(
    const FGuid& OtherId
)