Navigation
API > API/Runtime > API/Runtime/SlateCore
Represents the appearance of an SSlider
| Name | FSliderStyle |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
| Include Path | #include "Styling/SlateTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FSliderStyle : public FSlateWidgetStyle
Inheritance Hierarchy
- FSlateWidgetStyle → FSliderStyle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSliderStyle () |
Styling/SlateTypes.h | ||
FSliderStyle
(
const FSliderStyle& |
Styling/SlateTypes.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FSliderStyle() |
Styling/SlateTypes.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TypeName | const FName | Styling/SlateTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BarThickness | float | Styling/SlateTypes.h |
|
|
| DisabledBarImage | FSlateBrush | Image to use when the slider bar is in its disabled state | Styling/SlateTypes.h |
|
| DisabledThumbImage | FSlateBrush | Image to use when the slider thumb is in its disabled state | Styling/SlateTypes.h |
|
| HoveredBarImage | FSlateBrush | Image to use when the slider bar is in its hovered state | Styling/SlateTypes.h |
|
| HoveredThumbImage | FSlateBrush | Image to use when the slider thumb is in its hovered state | Styling/SlateTypes.h |
|
| NormalBarImage | FSlateBrush | Image to use when the slider bar is in its normal state | Styling/SlateTypes.h |
|
| NormalThumbImage | FSlateBrush | Image to use when the slider thumb is in its normal state | Styling/SlateTypes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSliderStyle & SetBarThickness
(
float InBarThickness |
Styling/SlateTypes.h | ||
FSliderStyle & SetDisabledBarImage
(
const FSlateBrush& InDisabledBarImage |
Styling/SlateTypes.h | ||
FSliderStyle & SetDisabledThumbImage
(
const FSlateBrush& InDisabledThumbImage |
Styling/SlateTypes.h | ||
FSliderStyle & SetHoveredBarImage
(
const FSlateBrush& InHoveredBarImage |
Styling/SlateTypes.h | ||
FSliderStyle & SetHoveredThumbImage
(
const FSlateBrush& InHoveredThumbImage |
Styling/SlateTypes.h | ||
FSliderStyle & SetNormalBarImage
(
const FSlateBrush& InNormalBarImage |
Styling/SlateTypes.h | ||
FSliderStyle & SetNormalThumbImage
(
const FSlateBrush& InNormalThumbImage |
Styling/SlateTypes.h | ||
void UnlinkColors () |
Unlinks all colors in this style. | Styling/SlateTypes.h |
Overridden from FSlateWidgetStyle
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetResources
(
TArray< const FSlateBrush* >& OutBrushes |
Gets the brush resources associated with this style. | Styling/SlateTypes.h | |
virtual const FName GetTypeName() |
Gets the name of this style.This method must be implemented by inherited structures. | Styling/SlateTypes.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FSliderStyle & GetDefault() |
Styling/SlateTypes.h |