![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SlateTypes.h>
Inheritance diagram for FSpinBoxStyle:Static Public Member Functions | |
| static SLATECORE_API const FSpinBoxStyle & | GetDefault () |
Static Public Attributes | |
| static SLATECORE_API const FName | TypeName |
Represents the appearance of an SSpinBox
| FSpinBoxStyle::FSpinBoxStyle | ( | ) |
|
default |
|
virtualdefault |
|
static |
|
overridevirtual |
Gets the brush resources associated with this style.
This method must be implemented by inherited structures.
| OutBrushes | The brush resources. |
Reimplemented from FSlateWidgetStyle.
Gets the name of this style.
This method must be implemented by inherited structures.
Reimplemented from FSlateWidgetStyle.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Unlinks all colors in this style.
| FSlateBrush FSpinBoxStyle::ActiveBackgroundBrush |
| FSlateBrush FSpinBoxStyle::ActiveFillBrush |
Brush used to fill the spinbox when it's active
| FSlateBrush FSpinBoxStyle::ArrowsImage |
Image used to draw the spinbox arrows
| FSlateBrush FSpinBoxStyle::BackgroundBrush |
Brush used to draw the background of the spinbox
| FSlateColor FSpinBoxStyle::ForegroundColor |
Color used to draw the spinbox foreground elements
| FSlateBrush FSpinBoxStyle::HoveredBackgroundBrush |
Brush used to draw the background of the spinbox when it's hovered over
| FSlateBrush FSpinBoxStyle::HoveredFillBrush |
Brush used to fill the spinbox when it's hovered and not active
| FSlateBrush FSpinBoxStyle::InactiveFillBrush |
Brush used to fill the spinbox when it's inactive
| FMargin FSpinBoxStyle::InsetPadding |
Padding between the background brush and the fill brush
| FMargin FSpinBoxStyle::TextPadding |
Padding to add around the spinbox and its text
|
static |