Choose your operating system:
Windows
macOS
Linux
| FSlateWidgetStyle
|
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
Include |
#include "Styling/SlateTypes.h" |
struct FSpinBoxStyle : public FSlateWidgetStyle
Represents the appearance of an SSpinBox
Name | Description | ||
---|---|---|---|
|
ActiveBackgroundBrush |
||
|
ActiveFillBrush |
Brush used to fill the spinbox when it's active |
|
|
ArrowsImage |
Image used to draw the spinbox arrows |
|
|
BackgroundBrush |
Brush used to draw the background of the spinbox |
|
|
ForegroundColor |
Color used to draw the spinbox foreground elements |
|
|
HoveredBackgroundBrush |
Brush used to draw the background of the spinbox when it's hovered over |
|
|
HoveredFillBrush |
Brush used to fill the spinbox when it's hovered and not active |
|
|
InactiveFillBrush |
Brush used to fill the spinbox when it's inactive |
|
|
InsetPadding |
Padding between the background brush and the fill brush |
|
|
TextPadding |
Padding to add around the spinbox and its text |
Name | Description | |
---|---|---|
|
FSpinBoxStyle() |
Name | Description | |
---|---|---|
|
~FSpinBoxStyle() |
Name | Description | ||
---|---|---|---|
|
const FSpinB... |
GetDefault() |
|
|
FSpinBoxStyl... |
SetActiveBackgroundBrush ( |
|
|
FSpinBoxStyl... |
SetActiveFillBrush ( |
|
|
FSpinBoxStyl... |
SetArrowsImage ( |
|
|
FSpinBoxStyl... |
SetBackgroundBrush ( |
|
|
FSpinBoxStyl... |
SetForegroundColor ( |
|
|
FSpinBoxStyl... |
SetHoveredBackgroundBrush ( |
|
|
FSpinBoxStyl... |
SetHoveredFillBrush ( |
|
|
FSpinBoxStyl... |
SetInactiveFillBrush ( |
|
|
FSpinBoxStyl... |
SetInsetPadding ( |
|
|
FSpinBoxStyl... |
SetTextPadding ( |
|
|
UnlinkColors() |
Unlinks all colors in this style. |
Name | Description | ||
---|---|---|---|
|
GetResources ( |
Gets the brush resources associated with this style. |
|
|
const FName |
GetTypeName() |
Gets the name of this style. This method must be implemented by inherited structures. |
Name |
Description |
---|---|
TypeName |