Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Styling
Inheritance Hierarchy
- FSlateWidgetStyle
- FScrollBorderStyle
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
| Include | #include "Styling/SlateTypes.h" |
Syntax
struct FScrollBorderStyle : public FSlateWidgetStyle
Remarks
Represents the appearance of an FScrollBorderStyle
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSlateBrush | BottomShadowBrush | Brush used to draw the bottom shadow of a scrollborder | |
| FSlateBrush | TopShadowBrush | Brush used to draw the top shadow of a scrollborder |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FScrollBorderStyle & | GetDefault () |
||
| FScrollBorderStyle & | SetBottomShadowBrush
(
const FSlateBrush& InBottomShadowBrush |
||
| FScrollBorderStyle & | SetTopShadowBrush
(
const FSlateBrush& InTopShadowBrush |
Overridden from FSlateWidgetStyle
| Type | Name | Description | |
|---|---|---|---|
| void | GetResources
(
TArray< const FSlateBrush* >& OutBrushes |
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. |
Constants
| Name | Description |
|---|---|
| TypeName |