I love the smell of UnrealEd crashing in the morning. – tarquin
UE2:GUIBorder (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIBorder |
- Package:
- XInterface
- Direct subclasses:
- GUIFooter, GUITitleBar
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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)