Navigation
API > API/Runtime > API/Runtime/Slate
Shows a border above and below a scrollable area.
| Name | SScrollBorder |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBorder.h |
| Include Path | #include "Widgets/Layout/SScrollBorder.h" |
Syntax
class SScrollBorder : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SScrollBorder
- FSlateControlledConstruction → SWidget → SCompoundWidget → SScrollBorder
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~SScrollBorder() |
Widgets/Layout/SScrollBorder.h |
Structs
| Name | Remarks |
|---|---|
| FArguments |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
Constructs a scrollable border overlay for the specified ScrollableWidget | Widgets/Layout/SScrollBorder.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSlateColor GetBottomBorderOpacity() |
Gets the bottom border opacity. | Widgets/Layout/SScrollBorder.h | |
FSlateColor GetTopBorderOpacity() |
Gets the top border opacity. | Widgets/Layout/SScrollBorder.h |