Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Layout > API/Runtime/Slate/Widgets/Layout/SScrollBox
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SScrollBox::FArguments
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBox.h |
| Include | #include "Widgets/Layout/SScrollBox.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SScrollBox >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< typename FSlot::FSlotArguments > | _Slots |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | AllowOverscroll
(
EAllowOverscroll InArg |
||
| WidgetArgsType & | AnimateWheelScrolling
(
bool InArg |
||
| WidgetArgsType & | BackPadScrolling
(
bool InArg |
||
| WidgetArgsType & | ConsumeMouseWheel
(
EConsumeMouseWheel InArg |
||
| WidgetArgsType & | ExternalScrollbar
(
TSharedPtr< SScrollBar > InArg |
Custom scroll bar | |
| WidgetArgsType & | FrontPadScrolling
(
bool InArg |
||
| WidgetArgsType & | NavigationDestination
(
EDescendantScrollDestination InArg |
||
| WidgetArgsType & | NavigationScrollPadding
(
float InArg |
The amount of padding to ensure exists between the item being navigated to, at the edge of the scrollbox. | |
| WidgetArgsType & | OnUserScrolled
(
const FOnUserScrolled& InDelegate |
Called when the button is clicked | |
| WidgetArgsType & | Orientation
(
EOrientation InArg |
The direction that children will be stacked, and also the direction the box will scroll. | |
| WidgetArgsType & | ScrollBarAlwaysVisible
(
bool InArg |
||
| WidgetArgsType & | ScrollBarDragFocusCause
(
EFocusCause InArg |
||
| WidgetArgsType & | ScrollBarPadding
(
FMargin InArg |
This accounts for total internal scroll bar padding; default 2.0f padding from the scroll bar itself is removed | |
| WidgetArgsType & | ScrollBarStyle
(
const FScrollBarStyle* InArg |
Style used to draw this scrollbox's scrollbar | |
| WidgetArgsType & | |||
| WidgetArgsType & | ScrollBarVisibility
(
EVisibility InArg |
||
| WidgetArgsType & | ScrollWhenFocusChanges
(
EScrollWhenFocusChanges InArg |
||
| WidgetArgsType & | Style
(
const FScrollBoxStyle* InArg |
Style used to draw this scrollbox | |
| WidgetArgsType & | WheelScrollMultiplier
(
float InArg |
Operators
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | operator+
(
typename FSlot::FSlotArguments&& SlotToAdd |
||
| WidgetArgsType & | operator+
(
typename FSlot::FSlotArguments& SlotToAdd |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |