Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Layout > API/Runtime/Slate/Widgets/Layout/SScrollBorder
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SScrollBorder::FArguments
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBorder.h |
| Include | #include "Widgets/Layout/SScrollBorder.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SScrollBorder >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | BorderFadeDistance
(
const TAttribute< FVector2D >& InAttribute |
The distance in normalized coordinate to begin fading the scroll border. | |
| NamedSlotProperty< FArguments > | Content () |
Arbitrary content to be displayed in the overlay under the shadow layers; if not specified, the associated ScrollableWidget will be used instead. | |
| WidgetArgsType & | Style
(
const FScrollBorderStyle* InArg |
Style used to draw this scroll border |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FArguments & | operator[]
(
const TSharedRef< SWidget >& InChild |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |