Cogito, ergo sum

UE2:DrawOpText (UT2004)

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

null

Properties[edit]

bWrapText[edit]

Type: bool

set to true to wrap text on "|"

Default value: True

FontName[edit]

Type: string

Font to use

Default value: "XInterface.UT2DefaultFont"

MaxLines[edit]

Type: int

In case a multiline is too tall.

Default value: 99

Text[edit]

Type: string

Modifiers: localized


VertAlign[edit]

Type: byte


Instance functions[edit]

Draw[edit]

function Draw (Canvas Canvas)

Overrides: DrawOpBase.Draw