The Widget Studio editor settings. More...
#include <WSSettings.h>
Public Member Functions | |
| UWidgetStudioSettings (const FObjectInitializer &ObjectInitializer) | |
Public Attributes | |
| TSoftObjectPtr< UWidgetStudioTheme > | Theme |
| 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< UWidgetStudioTypography > | Typography |
| Choose the font/type look and feel. | |
| bool | CreateTypographyButton = false |
| Create a new custom typography to use with the Widget Studio. More... | |
| TSoftObjectPtr< UWidgetStudioIconSet > | IconSet |
| 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. | |
The Widget Studio editor settings.
| 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'
| 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'
| 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'