I don't need to test my programs. I have an error-correcting modem.

UE2:GUILabel (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2003 Object >> GUI >> GUIComponent >> GUILabel
Package: 
XInterface
This class in other games:
UE2Runtime, UT2004

Class: xInterface.GUIImage

GUILabel - A text label that get's displayed. By default, it uses the default font, however you can override it if you wish.

Written by Joe Wilcox (c) 2002, Epic Games, Inc. All Rights Reserved

Properties

Property group 'Menu'

BackColor

Type: Object.Color

Background color for this label

Default value:

Member Value
A 255
B 0
G 0
R 0

bMultiLine

Type: bool

Will cut content to display on multiple lines when too long

bTransparent

Type: bool

Draw a Background for this label

Default value: True

Caption

Type: string

Modifiers: localized

The text to display

FocusedTextColor

Type: Object.Color

The Color to display this in.

Default value:

Member Value
A 255
B 0
G 255
R 255

TextAlign

Type: GUI.eTextAlign

How is the text aligned in it's bounding box

TextColor

Type: Object.Color

The Color to display this in.

Default value:

Member Value
A 255
B 255
G 255
R 255

TextFont

Type: string

The Font to display it in

Default value: "UT2MenuFont"

TextStyle

Type: GUI.EMenuRenderStyle

What canvas style to use

Default value: MSTY_Normal