Widget Studio
UWidgetStudioSettings Class Referencefinal

The Widget Studio editor settings. More...

#include <WSSettings.h>

Inheritance diagram for UWidgetStudioSettings:

Public Member Functions

 UWidgetStudioSettings (const FObjectInitializer &ObjectInitializer)
 

Public Attributes

TSoftObjectPtr< UWidgetStudioThemeTheme
 Choose the current Widget Studio theme.
 
bool CreateThemeButton = false
 Create a new custom theme to use with the Widget Studio. More...
 
FLinearColor PrimaryAccent
 
FLinearColor SecondaryAccent
 
FLinearColor PrimaryContent
 
FLinearColor SecondaryContent
 
FLinearColor TertiaryContent
 
FLinearColor PrimaryBackground
 
FLinearColor SecondaryBackground
 
FLinearColor TertiaryBackground
 
TSoftObjectPtr< UWidgetStudioTypographyTypography
 Choose the font/type look and feel.
 
bool CreateTypographyButton = false
 Create a new custom typography to use with the Widget Studio. More...
 
TSoftObjectPtr< UWidgetStudioIconSetIconSet
 Choose the icon style.
 
bool CreateIconSetButton = false
 Create a new custom icon set to use with the Widget Studio. More...
 
int32 BorderRadius = DefaultBorderRadius
 The corner roundness found on controls, such as buttons, combo boxes, etc.
 
float IdealWidth = DefaultIdealWidth
 The ideal minimum width for certain widgets — i.e: Slider, Progress Bar, and Text Field.
 
float IdealHeight = DefaultIdealHeight
 The ideal minimum height for certain widgets — i.e: Slider, Progress Bar, and Text Field.
 

Detailed Description

The Widget Studio editor settings.

Member Data Documentation

◆ CreateIconSetButton

bool UWidgetStudioSettings::CreateIconSetButton = false

Create a new custom icon set to use with the Widget Studio.

By default, this theme will be stored in '/Game/Widget Studio/IconSet'

◆ CreateThemeButton

bool UWidgetStudioSettings::CreateThemeButton = false

Create a new custom theme to use with the Widget Studio.

By default, this theme will be stored in '/Game/Widget Studio/Themes'

◆ CreateTypographyButton

bool UWidgetStudioSettings::CreateTypographyButton = false

Create a new custom typography to use with the Widget Studio.

By default, this theme will be stored in '/Game/Widget Studio/Typography'


The documentation for this class was generated from the following files: