Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE2:HudOverlay (UT2003)

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

Class: Engine.HudOverlay Parent: Engine.Actor

HudOverlays are used to display alternate information on the hud

Instance functions[edit]

KeyEvent[edit]

simulated function KeyEvent (byte Key, byte Action, float Delta)


Message[edit]

simulated function Message (PlayerReplicationInfo PRI, coerce string Msg, name MsgType)


Render[edit]

simulated function Render (Canvas C)


Visibility[edit]

simulated function Visibility (bool On)