Choose your operating system:
Windows
macOS
Linux
| FSlateWidgetStyle
|
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
Include |
#include "Styling/SlateTypes.h" |
struct FSliderStyle : public FSlateWidgetStyle
Represents the appearance of an SSlider
Name | Description | ||
---|---|---|---|
|
float |
BarThickness |
|
|
DisabledBarImage |
Image to use when the slider bar is in its disabled state |
|
|
DisabledThumbImage |
Image to use when the slider thumb is in its disabled state |
|
|
HoveredBarImage |
Image to use when the slider bar is in its hovered state |
|
|
HoveredThumbImage |
Image to use when the slider thumb is in its hovered state |
|
|
NormalBarImage |
Image to use when the slider bar is in its normal state |
|
|
NormalThumbImage |
Image to use when the slider thumb is in its normal state |
Name | Description | |
---|---|---|
|
FSliderStyle() |
Name | Description | |
---|---|---|
|
~FSliderStyle() |
Name | Description | ||
---|---|---|---|
|
const FSlide... |
GetDefault() |
|
|
FSliderStyle... |
SetBarThickness ( |
|
|
FSliderStyle... |
SetDisabledBarImage ( |
|
|
FSliderStyle... |
SetDisabledThumbImage ( |
|
|
FSliderStyle... |
SetHoveredBarImage ( |
|
|
FSliderStyle... |
SetHoveredThumbImage ( |
|
|
FSliderStyle... |
SetNormalBarImage ( |
|
|
FSliderStyle... |
SetNormalThumbImage ( |
|
|
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 |