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

4

FILL_FROM_CENTER

will fill up from the center to the outer edges

Type

2

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

3