![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SlateTypes.h>
Inheritance diagram for FSliderStyle:Public Member Functions | |
| SLATECORE_API | FSliderStyle () |
| SLATECORE_API | FSliderStyle (const FSliderStyle &) |
| virtual SLATECORE_API | ~FSliderStyle () |
| virtual SLATECORE_API void | GetResources (TArray< const FSlateBrush * > &OutBrushes) const override |
| virtual const FName | GetTypeName () const override |
| FSliderStyle & | SetNormalBarImage (const FSlateBrush &InNormalBarImage) |
| FSliderStyle & | SetHoveredBarImage (const FSlateBrush &InHoveredBarImage) |
| FSliderStyle & | SetDisabledBarImage (const FSlateBrush &InDisabledBarImage) |
| FSliderStyle & | SetNormalThumbImage (const FSlateBrush &InNormalThumbImage) |
| FSliderStyle & | SetHoveredThumbImage (const FSlateBrush &InHoveredThumbImage) |
| FSliderStyle & | SetDisabledThumbImage (const FSlateBrush &InDisabledThumbImage) |
| FSliderStyle & | SetBarThickness (float InBarThickness) |
| void | UnlinkColors () |
Public Member Functions inherited from FSlateWidgetStyle | |
| SLATECORE_API | FSlateWidgetStyle () |
| virtual SLATECORE_API | ~FSlateWidgetStyle () |
Static Public Member Functions | |
| static SLATECORE_API const FSliderStyle & | GetDefault () |
Static Public Attributes | |
| static SLATECORE_API const FName | TypeName |
Represents the appearance of an SSlider
| FSliderStyle::FSliderStyle | ( | ) |
|
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 |
Unlinks all colors in this style.
| float FSliderStyle::BarThickness |
| FSlateBrush FSliderStyle::DisabledBarImage |
Image to use when the slider bar is in its disabled state
| FSlateBrush FSliderStyle::DisabledThumbImage |
Image to use when the slider thumb is in its disabled state
| FSlateBrush FSliderStyle::HoveredBarImage |
Image to use when the slider bar is in its hovered state
| FSlateBrush FSliderStyle::HoveredThumbImage |
Image to use when the slider thumb is in its hovered state
| FSlateBrush FSliderStyle::NormalBarImage |
Image to use when the slider bar is in its normal state
| FSlateBrush FSliderStyle::NormalThumbImage |
Image to use when the slider thumb is in its normal state
|
static |