Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Notifications
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SLeafWidget
- SProgressBar
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h |
| Include | #include "Widgets/Notifications/SProgressBar.h" |
Syntax
class SProgressBar : public SLeafWidget
Remarks
A progress bar widget.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
Construct the widget | |
| void | SetBackgroundImage
(
const FSlateBrush* InBackgroundImage |
See attribute BackgroundImage | |
| void | SetBarFillStyle
(
EProgressBarFillStyle::Type InBarFillStyle |
See attribute BarFillStyle | |
| void | SetBarFillType
(
EProgressBarFillType::Type InBarFillType |
See attribute BarFillType | |
| void | SetBorderPadding
(
TAttribute< FVector2D > InBorderPadding |
See attribute BorderPadding | |
| void | SetFillColorAndOpacity
(
TAttribute< FSlateColor > InFillColorAndOpacity |
See attribute SetFillColorAndOpacity | |
| void | SetFillImage
(
const FSlateBrush* InFillImage |
See attribute FillImage | |
| void | SetMarqueeImage
(
const FSlateBrush* InMarqueeImage |
See attribute MarqueeImage | |
| void | SetPercent
(
TAttribute< TOptional< float > > InPercent |
See attribute Percent | |
| void | SetStyle
(
const FProgressBarStyle* InStyle |
See attribute Style |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| FVector2D | ComputeDesiredSize
(
float |
Overwritten from SWidget. | |
| bool | Recomputes the volatility of the widget. | ||
| int32 | OnPaint
(
const FPaintArgs& Args, |
Overwritten from SWidget. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |