Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SProgressBar
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h |
| Include Path | #include "Widgets/Notifications/SProgressBar.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SProgressBar >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SProgressBar::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/Notifications/SProgressBar.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/Notifications/SProgressBar.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & BackgroundImage
(
const FSlateBrush* InArg |
The brush to use as the background of the progress bar | Widgets/Notifications/SProgressBar.h | |
WidgetArgsType & BarFillStyle
(
EProgressBarFillStyle::Type InArg |
Defines the visual style of the progress bar fill - scale or mask | Widgets/Notifications/SProgressBar.h | |
WidgetArgsType & BarFillType
(
EProgressBarFillType::Type InArg |
Defines the direction in which the progress bar fills | Widgets/Notifications/SProgressBar.h | |
WidgetArgsType & BorderPadding
(
const TAttribute< FVector2D >& InAttribute |
Border Padding around fill bar | Widgets/Notifications/SProgressBar.h | |
WidgetArgsType & FillColorAndOpacity
(
const TAttribute< FSlateColor >& InAttribute |
Fill Color and Opacity | Widgets/Notifications/SProgressBar.h | |
WidgetArgsType & FillImage
(
const FSlateBrush* InArg |
The brush to use as the fill image | Widgets/Notifications/SProgressBar.h | |
WidgetArgsType & MarqueeImage
(
const FSlateBrush* InArg |
The brush to use as the marquee image | Widgets/Notifications/SProgressBar.h | |
WidgetArgsType & Percent
(
const TAttribute< TOptional< float > >& InAttribute |
Used to determine the fill position of the progress bar ranging 0..1 | Widgets/Notifications/SProgressBar.h | |
WidgetArgsType & RefreshRate
(
float InArg |
Rate at which this widget is ticked when sleeping in seconds | Widgets/Notifications/SProgressBar.h | |
WidgetArgsType & Style
(
const FProgressBarStyle* InArg |
Style used for the progress bar | Widgets/Notifications/SProgressBar.h |