Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/UMG/Public/Components/ProgressBar.h |
Include |
#include "Components/ProgressBar.h" |
class UProgressBar : public UWidget
The progress bar widget is a simple bar that fills up that can be restyled to fit any number of uses.
No Children
Name | Description | ||
---|---|---|---|
|
TEnumAsByte< EP... |
BarFillStyle |
Defines the visual style of the progress bar fill - scale or mask |
|
TEnumAsByte< EP... |
BarFillType |
Defines the direction in which the progress bar fills |
|
bIsMarquee |
||
|
BorderPadding |
||
|
FillColorAndOpacity |
Fill Color and Opacity |
|
|
FillColorAndOpacityDelegate |
||
|
K2_Cache_FillColorAndOpacity |
||
|
TSharedPtr< SPr... |
MyProgressBar |
Native Slate Widget |
|
float |
Percent |
Used to determine the fill position of the progress bar ranging 0..1 |
|
FGetFloat |
PercentDelegate |
A bindable delegate to allow logic to drive the text of the widget |
|
WidgetStyle |
The progress bar style |
Name | Description | |
---|---|---|
|
UProgressBar ( |
Name | Description | ||
---|---|---|---|
|
K2_Gate_FillColorAndOpacity() |
||
|
SetFillColorAndOpacity ( |
Sets the fill color of the progress bar. |
|
|
SetIsMarquee ( |
Sets the progress bar to show as a marquee. |
|
|
SetPercent ( |
Sets the current value of the ProgressBar. |
Name | Description | ||
---|---|---|---|
|
const FText |
GetPaletteCategory() |
Gets the palette category of the widget |
|
OnCreationFromPalette() |
Called by the palette after constructing a new widget, allows the widget to perform interesting default setup that we don't want to be UObject Defaults. |
|
|
TSharedRef< ... |
RebuildWidget() |
Function implemented by all subclasses of UWidget is called when the underlying SWidget needs to be constructed. |
|
SynchronizeProperties() |
Applies all properties to the native widget if possible. |
Name | Description | ||
---|---|---|---|
|
ReleaseSlateResources ( |
Name | Description | ||
---|---|---|---|
|
PostLoad() |
Do any object-specific cleanup required immediately after loading an object. |
Name | Description | ||
---|---|---|---|
|
TObjectPtr< USl... |
BackgroundImage_DEPRECATED |
The brush to use as the background of the progress bar |
|
TObjectPtr< USl... |
FillImage_DEPRECATED |
The brush to use as the fill image |
|
TObjectPtr< USl... |
MarqueeImage_DEPRECATED |
The brush to use as the marquee image |
|
TObjectPtr< USl... |
Style_DEPRECATED |
Style used for the progress bar |