unreal.ProgressBarFillType

class unreal.ProgressBarFillType

Bases: EnumBase

SProgressBar Fill Type

C++ Source:

  • Module: Slate

  • File: SProgressBar.h

BOTTOM_TO_TOP: ProgressBarFillType

will fill up from the bottom to the the top

Type:

6

FILL_FROM_CENTER: ProgressBarFillType

will scale up from the midpoint to the outer edges both vertically and horizontally

Type:

2

FILL_FROM_CENTER_HORIZONTAL: ProgressBarFillType

will fill up from the centerline to the outer edges horizontally

Type:

3

FILL_FROM_CENTER_VERTICAL: ProgressBarFillType

will fill up from the centerline to the outer edges vertically

Type:

4

LEFT_TO_RIGHT: ProgressBarFillType

will fill up from the left side to the right

Type:

0

RIGHT_TO_LEFT: ProgressBarFillType

will fill up from the right side to the left side

Type:

1

TOP_TO_BOTTOM: ProgressBarFillType

will fill up from the top to the the bottom

Type:

5