FProgressBarStyle

Represents the appearance of an [SProgressBar](API\Runtime\Slate\Widgets\Notifications\SProgressBar)

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

FSlateWidgetStyle

FProgressBarStyle

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h

Include

#include "Styling/SlateTypes.h"

Syntax

struct FProgressBarStyle : public FSlateWidgetStyle

Remarks

Represents the appearance of an SProgressBar

Variables

Name Description

Public variable

FSlateBrush

 

BackgroundImage

Background image to use for the progress bar

Public variable

bool

 

EnableFillAnimation

Enables a simple animation on the fill image to give the appearance that progress has not stalled.

Public variable

FSlateBrush

 

FillImage

Foreground image to use for the progress bar

Public variable

FSlateBrush

 

MarqueeImage

Image to use for marquee mode

Constructors

Name Description

Public function

FProgressBarStyle()

Destructors

Name Description

Public function Virtual

~FProgressBarStyle()

Functions

Name Description

Public function Static

const FProgr...

 

GetDefault()

Public function

FProgressBar...

 

SetBackgroundImage

(
    const FSlateBrush& InBackgroundIma...
)

Public function

FProgressBar...

 

SetEnableFillAnimation

(
    bool InEnableFillAnimation
)

Public function

FProgressBar...

 

SetFillImage

(
    const FSlateBrush& InFillImage
)

Public function

FProgressBar...

 

SetMarqueeImage

(
    const FSlateBrush& InMarqueeImage
)

Public function

void

 

UnlinkColors()

Unlinks all colors in this style.

Overridden from FSlateWidgetStyle

Name Description

Public function Virtual Const

void

 

GetResources

(
    TArray< const FSlateBrush* >&...
)

Gets the brush resources associated with this style.

Public function Virtual Const

const FName

 

GetTypeName()

Gets the name of this style.

This method must be implemented by inherited structures.

Constants

Name

Description

TypeName