UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FStyleTheme Struct Reference

#include <StyleColors.h>

Public Member Functions

bool operator== (const FStyleTheme &Other) const
 
bool operator== (const FGuid &OtherId) const
 

Public Attributes

FGuid Id
 
FText DisplayName
 
FString Filename
 
TArray< FLinearColorLoadedDefaultColors
 

Detailed Description

Represents a single theme

Member Function Documentation

◆ operator==() [1/2]

bool FStyleTheme::operator== ( const FGuid OtherId) const
inline

◆ operator==() [2/2]

bool FStyleTheme::operator== ( const FStyleTheme Other) const
inline

Member Data Documentation

◆ DisplayName

FText FStyleTheme::DisplayName

Friendly, user customizable theme name

◆ Filename

FString FStyleTheme::Filename

Filename where the theme is stored

◆ Id

FGuid FStyleTheme::Id

Unique Id for the theme

◆ LoadedDefaultColors

TArray<FLinearColor> FStyleTheme::LoadedDefaultColors

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


The documentation for this struct was generated from the following file: