Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SScrollBar
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBar.h |
| Include Path | #include "Widgets/Layout/SScrollBar.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SScrollBar >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SScrollBar::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/Layout/SScrollBar.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/Layout/SScrollBar.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & AlwaysShowScrollbar
(
bool InArg |
Widgets/Layout/SScrollBar.h | ||
WidgetArgsType & AlwaysShowScrollbarTrack
(
bool InArg |
Widgets/Layout/SScrollBar.h | ||
WidgetArgsType & DragFocusCause
(
EFocusCause InArg |
Widgets/Layout/SScrollBar.h | ||
WidgetArgsType & HideWhenNotInUse
(
bool InArg |
Widgets/Layout/SScrollBar.h | ||
WidgetArgsType & OnScrollBarVisibilityChanged
(
const FOnScrollBarVisibilityChanged& InDelegate |
Widgets/Layout/SScrollBar.h | ||
WidgetArgsType & OnUserScrolled
(
const FOnUserScrolled& InDelegate |
Widgets/Layout/SScrollBar.h | ||
WidgetArgsType & Orientation
(
EOrientation InArg |
Widgets/Layout/SScrollBar.h | ||
WidgetArgsType & Padding
(
const TAttribute< FMargin >& InAttribute |
The margin around the scrollbar | Widgets/Layout/SScrollBar.h | |
WidgetArgsType & PreventThrottling
(
bool InArg |
Widgets/Layout/SScrollBar.h | ||
WidgetArgsType & Style
(
const FScrollBarStyle* InArg |
The style to use for this scrollbar | Widgets/Layout/SScrollBar.h | |
WidgetArgsType & Thickness
(
const TAttribute< FVector2D >& InAttribute |
The thickness of the scrollbar thumb | Widgets/Layout/SScrollBar.h |