Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Layout
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SScrollBorder
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBorder.h |
| Include | #include "Widgets/Layout/SScrollBorder.h" |
Syntax
class SScrollBorder : public SCompoundWidget
Remarks
Shows a border above and below a scrollable area.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TAttribute< FVector2D > | BorderFadeDistance | The border fade distance in normalized coordinates. | |
| TAttribute< TWeakPtr< IScrollableWidget > > | ScrollableWidget | The widget that to watch for when the scrolling changes to show the border. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
Constructs a scrollable border overlay for the specified ScrollableWidget | |
| FSlateColor | Gets the bottom border opacity. | ||
| FSlateColor | Gets the top border opacity. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |