I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:GUIBorder (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIBorder
Package: 
XInterface
Direct subclasses:
GUIFooter, GUITitleBar

Created on: 01/06/2004 Base class for header and footers

Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved

Properties

Property group 'GUIBorder'

Caption

Type: string

Modifiers: localized

The caption that get's displayed in here

Justification

Type: GUI.eTextAlign

How to draw

Default value: TXTA_Center

TextIndent

Type: int

Indent caption by this much

Default value: 20

Default values

Property Value
bNeverFocus True
bRequiresStyle True
PropagateVisibility True
StyleName "Footer"

Instance functions

GetCaption

function string GetCaption ()


SetCaption

function SetCaption (string NewCaption)