My program doesn't have bugs. It just develops random features.
UE2:GUIBorder (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIBorder |
Contents |
- Package:
- XInterface
- Direct subclasses:
- GUIFooter, GUITitleBar
| This is an auto-generated page and may need human attention. Please remove this 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
[edit] Properties
[edit] Property group 'GUIBorder'
[edit] Caption
Type: string
Modifiers: localized
The caption that get's displayed in here
[edit] Justification
Type: GUI.eTextAlign
How to draw
Default value: TXTA_Center
[edit] TextIndent
Type: int
Indent caption by this much
Default value: 20
[edit] Default values
| Property | Value |
|---|---|
| bNeverFocus | True |
| bRequiresStyle | True |
| PropagateVisibility | True |
| StyleName | "Footer" |
[edit] Instance functions
[edit] GetCaption
function string GetCaption ()
[edit] SetCaption
function SetCaption (string NewCaption)
