The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:HudOverlay (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> Actor >> HudOverlay
Package: 
Engine
Direct subclass:
ScriptedHudOverlay
Known custom subclasses:
Crusha/UltimateMappingTools/UltimateRadarMap, Crusha/UltimateMappingTools/UltimateONSFactory, Crusha/UltimateMappingTools/CountdownEventGate
This class in other games:
UT2003

Class: Engine.HudOverlay Parent: Engine.Actor

HudOverlays are used to display alternate information on the hud

Default values

Property Value
bHidden True
RemoteRole ROLE_None

Functions

Events

Destroyed

simulated event Destroyed ()

Overrides: Actor.Destroyed


Other instance functions

Render

simulated function Render (Canvas C)