FProgressBarStyle

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

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

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...

 

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss