EProgressBarFillType::Type

[SProgressBar](API\Runtime\Slate\Widgets\Notifications\SProgressBar) Fill Type

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Notifications/SProgressBar.h

Include

#include "Widgets/Notifications/SProgressBar.h"

Syntax

namespace EProgressBarFillType
{
    enum Type
    {
        LeftToRight,
        RightToLeft,
        FillFromCenter,
        TopToBottom,
        BottomToTop,
    }
}

Values

Name

Description

LeftToRight

Will fill up from the left side to the right

RightToLeft

Will fill up from the right side to the left side

FillFromCenter

Will fill up from the center to the outer edges

TopToBottom

Will fill up from the top to the the bottom

BottomToTop

Will fill up from the bottom to the the top

Remarks

SProgressBar Fill Type

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