Mostly Harmless

UE2:GUIProgressBar (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIProgressBar
Package: 
XInterface
This class in other games:
UE2Runtime, UT2003

null

Properties

BarBack

Type: Material

The unselected portion of the bar

Default value: Material'InterfaceContent.Menu.BorderBoxD'

BarColor

Type: Object.Color

The Color of the Bar

Default value:

Member Value
A 255
B 0
G 203
R 255

BarDirection

Type: GUI.eDrawDirection


BarTop

Type: Material

The selected portion of the bar

Default value: Material'InterfaceContent.Menu.StatusBarInner'

bShowHigh

Type: bool

Show High (Maximum) right of Bar

bShowLow

Type: bool

Show Low(Minimum) left of Bar

bShowValue

Type: bool

Show the value right of the Bar (like 75 or 75/100)

Default value: True

Caption

Type: string

Modifiers: localized

The Caption itself

CaptionAlign

Type: GUI.eTextAlign

How align the text

CaptionWidth

Type: float

The space reserved to the Caption

Default value: 0.45

FontName

Type: string

Which font to use for display

Default value: "UT2MenuFont"

GraphicMargin

Type: float

How Much margin to trim from graphic (X Margin only)

High

Type: float

The maximum value we should see

Default value: 100.0

Low

Type: float

The minimum value we should see

NumDecimals

Type: int

Number of decimals to display

Value

Type: float

The current value (not clamped)

ValueFontName

Type: string

Font to use for displaying values, use FontName if ValueFontName==""

ValueRightAlign

Type: GUI.eTextAlign


Default value: TXTA_Right

ValueRightWidth

Type: float

Space to leave free on right side

Default value: 0.2