Choose your operating system:
Windows
macOS
Linux
| FSlateWidgetStyle
|
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
Include |
#include "Styling/SlateTypes.h" |
struct FProgressBarStyle : public FSlateWidgetStyle
Represents the appearance of an SProgressBar
Name | Description | ||
---|---|---|---|
|
BackgroundImage |
Background image to use for the progress bar |
|
|
EnableFillAnimation |
Enables a simple animation on the fill image to give the appearance that progress has not stalled. |
|
|
FillImage |
Foreground image to use for the progress bar |
|
|
MarqueeImage |
Image to use for marquee mode |
Name | Description | |
---|---|---|
|
FProgressBarStyle() |
Name | Description | |
---|---|---|
|
~FProgressBarStyle() |
Name | Description | ||
---|---|---|---|
|
const FProgr... |
GetDefault() |
|
|
FProgressBar... |
SetBackgroundImage ( |
|
|
FProgressBar... |
SetEnableFillAnimation ( |
|
|
FProgressBar... |
SetFillImage ( |
|
|
FProgressBar... |
SetMarqueeImage ( |
|
|
UnlinkColors() |
Unlinks all colors in this style. |
Name | Description | ||
---|---|---|---|
|
GetResources ( |
Gets the brush resources associated with this style. |
|
|
const FName |
GetTypeName() |
Gets the name of this style. This method must be implemented by inherited structures. |
Name |
Description |
---|---|
TypeName |