FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

FSlateBaseNamedArgs

TSlateBaseNamedArgs

SScrollBar::FArguments

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBar.h

Include

#include "Widgets/Layout/SScrollBar.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SScrollBar >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

AlwaysShowScrollbar

(
    bool InArg
)

Public function

WidgetArgsTy...

 

AlwaysShowScrollbarTrack

(
    bool InArg
)

Public function

WidgetArgsTy...

 

DragFocusCause

(
    EFocusCause InArg
)

Public function

WidgetArgsTy...

 

HideWhenNotInUse

(
    bool InArg
)

Public function

WidgetArgsTy...

 

OnUserScrolled

(
    const FOnUserScrolled& InDelegate
)

Public function

WidgetArgsTy...

 

Orientation

(
    EOrientation InArg
)

Public function

WidgetArgsTy...

 

Padding

(
    const TAttribute< FMargin >& InAtt...
)

The margin around the scrollbar

Public function

WidgetArgsTy...

 

Style

(
    const FScrollBarStyle* InArg
)

The style to use for this scrollbar

Public function

WidgetArgsTy...

 

Thickness

(
    const TAttribute< FVector2D >& InA...
)

The thickness of the scrollbar thumb

Typedefs

Name

Description

WidgetArgsType

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss