Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Styling
Inheritance Hierarchy
- FSlateWidgetStyle
- FProgressBarStyle
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
| Include | #include "Styling/SlateTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FProgressBarStyle : public FSlateWidgetStyle
Remarks
Represents the appearance of an SProgressBar
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSlateBrush | BackgroundImage | Background image to use for the progress bar | |
| bool | EnableFillAnimation | Enables a simple animation on the fill image to give the appearance that progress has not stalled. | |
| FSlateBrush | FillImage | Foreground image to use for the progress bar | |
| FSlateBrush | MarqueeImage | Image to use for marquee mode |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FProgressBarStyle & | GetDefault () |
||
| FProgressBarStyle & | SetBackgroundImage
(
const FSlateBrush& InBackgroundImage |
||
| FProgressBarStyle & | SetEnableFillAnimation
(
bool InEnableFillAnimation |
||
| FProgressBarStyle & | SetFillImage
(
const FSlateBrush& InFillImage |
||
| FProgressBarStyle & | SetMarqueeImage
(
const FSlateBrush& InMarqueeImage |
||
| void | UnlinkColors () |
Unlinks all colors in this style. |
Overridden from FSlateWidgetStyle
| Type | Name | Description | |
|---|---|---|---|
| void | GetResources
(
TArray< const FSlateBrush* >& OutBrushes |
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. |
Constants
| Name | Description |
|---|---|
| TypeName |