FArguments

Windows
MacOS
Linux

Inheritance Hierarchy

FSlateBaseNamedArgs

TSlateBaseNamedArgs

SProgressBar::FArguments

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h

Include

#include "Widgets/Notifications/SProgressBar.h"

Syntax

struct FArguments : public TSlateBaseNamedArgs< SProgressBar >

Constructors

Name Description

Public function

FArguments()

Functions

Name Description

Public function

WidgetArgsTy...

 

BackgroundImage

(
    const FSlateBrush* InArg
)

The brush to use as the background of the progress bar

Public function

WidgetArgsTy...

 

BarFillType

(
    EProgressBarFillType::Type InArg
)

Defines if this progress bar fills Left to right or right to left

Public function

WidgetArgsTy...

 

BorderPadding

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

Border Padding around fill bar

Public function

WidgetArgsTy...

 

FillColorAndOpacity

(
    const TAttribute< FSlateColor >& I...
)

Fill Color and Opacity

Public function

WidgetArgsTy...

 

FillImage

(
    const FSlateBrush* InArg
)

The brush to use as the fill image

Public function

WidgetArgsTy...

 

MarqueeImage

(
    const FSlateBrush* InArg
)

The brush to use as the marquee image

Public function

WidgetArgsTy...

 

Percent

(
    const TAttribute< TOptional< float ...
)

Used to determine the fill position of the progress bar ranging 0..1

Public function

WidgetArgsTy...

 

RefreshRate

(
    float InArg
)

Rate at which this widget is ticked when sleeping in seconds

Public function

WidgetArgsTy...

 

Style

(
    const FProgressBarStyle* InArg
)

Style used for the progress bar

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