Cogito, ergo sum

UE2:Hud (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> Actor >> Hud
Package: 
Engine
Direct subclasses:
HudBase, CinematicHud
This class in other games:
UT2003

null

Properties[edit]

See Hud properties.

Structs[edit]

ConsoleMessage[edit]

string Text 
Object.Color TextColor 
float MessageLife 
PlayerReplicationInfo PRI 

Delegates[edit]

OnBuildMOTD[edit]

delegate OnBuildMOTD (Hud Sender)


OnPostRender[edit]

delegate OnPostRender (Hud Sender, Canvas C)


Functions[edit]

Static native functions[edit]

StaticDrawCanvasLine[edit]

native static final function StaticDrawCanvasLine (Canvas C, float X1, float Y1, float X2, float Y2, Object.Color LineColor)


Other static functions[edit]

GetConsoleFont[edit]

static function Font GetConsoleFont (Canvas C)


GetMediumFontFor[edit]

static function Font GetMediumFontFor (Canvas Canvas)


LargerFontThan[edit]

static function Font LargerFontThan (Font aFont)


LoadFontStatic[edit]

static function Font LoadFontStatic (int i)


Exec functions[edit]

GrowHUD[edit]

exec function GrowHUD ()


NextStats[edit]

exec function NextStats ()


ShowDebug[edit]

exec function ShowDebug ()


ShowHud[edit]

exec function ShowHud ()


ShowScores[edit]

exec function ShowScores ()


ShowStats[edit]

exec function ShowStats ()


ShrinkHUD[edit]

exec function ShrinkHUD ()


Native functions[edit]

Draw3DLine[edit]

native final function Draw3DLine (Object.Vector Start, Object.Vector End, Object.Color LineColor)


DrawCanvasLine[edit]

native final function DrawCanvasLine (float X1, float Y1, float X2, float Y2, Object.Color LineColor)


Events[edit]

AnnouncementPlayed[edit]

event AnnouncementPlayed (name AnnouncerSound, byte Switch)


ConnectFailure[edit]

event ConnectFailure (string FailCode, string URL)


Destroyed[edit]

simulated event Destroyed ()

Overrides: Actor.Destroyed


PostBeginPlay[edit]

simulated event PostBeginPlay ()

Overrides: Actor.PostBeginPlay


PostRender[edit]

simulated event PostRender (Canvas Canvas)


WorldSpaceOverlays[edit]

simulated event WorldSpaceOverlays ()


Other instance functions[edit]

See Hud instance functions.