![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SlateTypes.h>
Inheritance diagram for FScrollBarStyle:Static Public Member Functions | |
| static SLATECORE_API const FScrollBarStyle & | GetDefault () |
Static Public Attributes | |
| static SLATECORE_API const FName | TypeName |
Represents the appearance of an SScrollBar
| FScrollBarStyle::FScrollBarStyle | ( | ) |
|
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 FScrollBarStyle::DraggedThumbImage |
Image to use when the scrollbar thumb is in its dragged state
| FSlateBrush FScrollBarStyle::HorizontalBackgroundImage |
Background image to use when the scrollbar is oriented horizontally
| FSlateBrush FScrollBarStyle::HorizontalBottomSlotImage |
The image to use to represent the track below the thumb when the scrollbar is oriented horizontally
| FSlateBrush FScrollBarStyle::HorizontalTopSlotImage |
The image to use to represent the track above the thumb when the scrollbar is oriented horizontally
| FSlateBrush FScrollBarStyle::HoveredThumbImage |
Image to use when the scrollbar thumb is in its hovered state
| FSlateBrush FScrollBarStyle::NormalThumbImage |
Image to use when the scrollbar thumb is in its normal state
| float FScrollBarStyle::Thickness |
|
static |
| FSlateBrush FScrollBarStyle::VerticalBackgroundImage |
Background image to use when the scrollbar is oriented vertically
| FSlateBrush FScrollBarStyle::VerticalBottomSlotImage |
The image to use to represent the track below the thumb when the scrollbar is oriented vertically
| FSlateBrush FScrollBarStyle::VerticalTopSlotImage |
The image to use to represent the track above the thumb when the scrollbar is oriented vertically