Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Notifications > API/Runtime/Slate/Widgets/Notifications/SProgressBar
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
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | BackgroundImage
(
const FSlateBrush* InArg |
The brush to use as the background of the progress bar | |
| WidgetArgsType & | BarFillStyle
(
EProgressBarFillStyle::Type InArg |
Defines the visual style of the progress bar fill - scale or mask | |
| WidgetArgsType & | BarFillType
(
EProgressBarFillType::Type InArg |
Defines the direction in which the progress bar fills | |
| WidgetArgsType & | BorderPadding
(
const TAttribute< FVector2D >& InAttribute |
Border Padding around fill bar | |
| WidgetArgsType & | FillColorAndOpacity
(
const TAttribute< FSlateColor >& InAttribute |
Fill Color and Opacity | |
| WidgetArgsType & | FillImage
(
const FSlateBrush* InArg |
The brush to use as the fill image | |
| WidgetArgsType & | MarqueeImage
(
const FSlateBrush* InArg |
The brush to use as the marquee image | |
| WidgetArgsType & | Percent
(
const TAttribute< TOptional< float > >& InAttribute |
Used to determine the fill position of the progress bar ranging 0..1 | |
| WidgetArgsType & | RefreshRate
(
float InArg |
Rate at which this widget is ticked when sleeping in seconds | |
| WidgetArgsType & | Style
(
const FProgressBarStyle* InArg |
Style used for the progress bar |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |