![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SlateTypes.h>
Inheritance diagram for FScrollBoxStyle:Public Member Functions | |
| SLATECORE_API | FScrollBoxStyle () |
| virtual SLATECORE_API | ~FScrollBoxStyle () |
| virtual SLATECORE_API void | GetResources (TArray< const FSlateBrush * > &OutBrushes) const override |
| virtual const FName | GetTypeName () const override |
| FScrollBoxStyle & | SetBarThickness (float InBarThickness) |
| FScrollBoxStyle & | SetTopShadowBrush (const FSlateBrush &InTopShadowBrush) |
| FScrollBoxStyle & | SetBottomShadowBrush (const FSlateBrush &InBottomShadowBrush) |
| FScrollBoxStyle & | SetLeftShadowBrush (const FSlateBrush &InLeftShadowBrush) |
| FScrollBoxStyle & | SetRightShadowBrush (const FSlateBrush &InRightShadowBrush) |
| FScrollBoxStyle & | SetHorizontalScrolledContentPadding (const FMargin &InPadding) |
| FScrollBoxStyle & | SetVerticalScrolledContentPadding (const FMargin &InPadding) |
| void | UnlinkColors () |
Public Member Functions inherited from FSlateWidgetStyle | |
| SLATECORE_API | FSlateWidgetStyle () |
| virtual SLATECORE_API | ~FSlateWidgetStyle () |
Static Public Member Functions | |
| static SLATECORE_API const FScrollBoxStyle & | GetDefault () |
Public Attributes | |
| float | BarThickness |
| FSlateBrush | TopShadowBrush |
| FSlateBrush | BottomShadowBrush |
| FSlateBrush | LeftShadowBrush |
| FSlateBrush | RightShadowBrush |
| FMargin | HorizontalScrolledContentPadding = FMargin(0.0f, 0.0f, 1.0f, 0.0f) |
| FMargin | VerticalScrolledContentPadding = FMargin(0.0f, 0.0f, 0.0f, 1.0f) |
Static Public Attributes | |
| static SLATECORE_API const FName | TypeName |
Represents the appearance of an SScrollBox
| FScrollBoxStyle::FScrollBoxStyle | ( | ) |
|
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 |
Unlinks all colors in this style.
| float FScrollBoxStyle::BarThickness |
| FSlateBrush FScrollBoxStyle::BottomShadowBrush |
Brush used to draw the bottom shadow of a scrollbox
Padding scroll panel that presents the scrolled content
| FSlateBrush FScrollBoxStyle::LeftShadowBrush |
Brush used to draw the left shadow of a scrollbox
| FSlateBrush FScrollBoxStyle::RightShadowBrush |
Brush used to draw the right shadow of a scrollbox
| FSlateBrush FScrollBoxStyle::TopShadowBrush |
Brush used to draw the top shadow of a scrollbox
|
static |
Padding scroll panel that presents the scrolled content