unreal.ProgressBarFillType

class unreal.ProgressBarFillType

Bases: unreal.EnumBase

SProgressBar Fill Type

C++ Source:

  • Module: Slate

  • File: SProgressBar.h

BOTTOM_TO_TOP

will fill up from the bottom to the the top

Type

6

FILL_FROM_CENTER

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

Type

2

FILL_FROM_CENTER_HORIZONTAL

will fill up from the centerline to the outer edges horizontally

Type

3

FILL_FROM_CENTER_VERTICAL

will fill up from the centerline to the outer edges vertically

Type

4

LEFT_TO_RIGHT

will fill up from the left side to the right

Type

0

RIGHT_TO_LEFT

will fill up from the right side to the left side

Type

1

TOP_TO_BOTTOM

will fill up from the top to the the bottom

Type

5