Choose your operating system:
Windows
macOS
Linux
| FSlateWidgetStyle
|
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
Include |
#include "Styling/SlateTypes.h" |
struct FScrollBarStyle : public FSlateWidgetStyle
Represents the appearance of an SScrollBar
Name | Description | ||
---|---|---|---|
|
DraggedThumbImage |
Image to use when the scrollbar thumb is in its dragged state |
|
|
HorizontalBackgroundImage |
Background image to use when the scrollbar is oriented horizontally |
|
|
HorizontalBottomSlotImage |
The image to use to represent the track below the thumb when the scrollbar is oriented horizontally |
|
|
HorizontalTopSlotImage |
The image to use to represent the track above the thumb when the scrollbar is oriented horizontally |
|
|
HoveredThumbImage |
Image to use when the scrollbar thumb is in its hovered state |
|
|
NormalThumbImage |
Image to use when the scrollbar thumb is in its normal state |
|
|
float |
Thickness |
|
|
VerticalBackgroundImage |
Background image to use when the scrollbar is oriented vertically |
|
|
VerticalBottomSlotImage |
The image to use to represent the track below the thumb when the scrollbar is oriented vertically |
|
|
VerticalTopSlotImage |
The image to use to represent the track above the thumb when the scrollbar is oriented vertically |
Name | Description | |
---|---|---|
|
FScrollBarStyle() |
Name | Description | |
---|---|---|
|
~FScrollBarStyle() |
Name | Description | ||
---|---|---|---|
|
const FScrol... |
GetDefault() |
|
|
FScrollBarSt... |
SetDraggedThumbImage ( |
|
|
FScrollBarSt... |
SetHorizontalBackgroundImage ( |
|
|
FScrollBarSt... |
SetHorizontalBottomSlotImage ( |
|
|
FScrollBarSt... |
SetHorizontalTopSlotImage ( |
|
|
FScrollBarSt... |
SetHoveredThumbImage ( |
|
|
FScrollBarSt... |
SetNormalThumbImage ( |
|
|
FScrollBarSt... |
SetThickness ( |
|
|
FScrollBarSt... |
SetVerticalBackgroundImage ( |
|
|
FScrollBarSt... |
SetVerticalBottomSlotImage ( |
|
|
FScrollBarSt... |
SetVerticalTopSlotImage ( |
|
|
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 |