I love the smell of UnrealEd crashing in the morning. – tarquin

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[edit]

Property group 'GUIBorder'[edit]

Caption[edit]

Type: string

Modifiers: localized

The caption that get's displayed in here

Justification[edit]

Type: GUI.eTextAlign

How to draw

Default value: TXTA_Center

TextIndent[edit]

Type: int

Indent caption by this much

Default value: 20

Default values[edit]

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

Instance functions[edit]

GetCaption[edit]

function string GetCaption ()


SetCaption[edit]

function SetCaption (string NewCaption)