Choose your operating system:
Windows
macOS
Linux
| FSlateWidgetStyle
|
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
Include |
#include "Styling/SlateTypes.h" |
struct FScrollBoxStyle : public FSlateWidgetStyle
Represents the appearance of an SScrollBox
Name | Description | ||
---|---|---|---|
|
float |
BarThickness |
|
|
BottomShadowBrush |
Brush used to draw the bottom shadow of a scrollbox |
|
|
LeftShadowBrush |
Brush used to draw the left shadow of a scrollbox |
|
|
RightShadowBrush |
Brush used to draw the right shadow of a scrollbox |
|
|
TopShadowBrush |
Brush used to draw the top shadow of a scrollbox |
Name | Description | |
---|---|---|
|
FScrollBoxStyle() |
Name | Description | |
---|---|---|
|
~FScrollBoxStyle() |
Name | Description | ||
---|---|---|---|
|
const FScrol... |
GetDefault() |
|
|
FScrollBoxSt... |
SetBarThickness ( |
|
|
FScrollBoxSt... |
SetBottomShadowBrush ( |
|
|
FScrollBoxSt... |
SetLeftShadowBrush ( |
|
|
FScrollBoxSt... |
SetRightShadowBrush ( |
|
|
FScrollBoxSt... |
SetTopShadowBrush ( |
|
|
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 |