Navigation
API > API/Runtime > API/Runtime/Slate
SProgressBar Fill Style
| Name | EProgressBarFillStyle::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h |
| Include Path | #include "Widgets/Notifications/SProgressBar.h" |
Syntax
namespace EProgressBarFillStyle
{
enum Type
{
Mask,
Scale,
}
}
Values
| Name | Remarks |
|---|---|
| Mask | A mask is used to paint the fill image |
| Scale | The fill image is scaled to the fill percentage |