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

UE2:ScriptedHudOverlay (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2004 Object >> Actor >> HudOverlay >> ScriptedHudOverlay
Package: 
Gameplay

ScriptedHudOverlay: Used by Action_DrawHUDMaterial to draw a material on the local player's HUD during a matinee sequence

Properties[edit]

Height[edit]

Type: float


HUDMaterial[edit]

Type: Material


PosX[edit]

Type: float


PosY[edit]

Type: float


Width[edit]

Type: float


Instance functions[edit]

Render[edit]

simulated function Render (Canvas C)

Overrides: HudOverlay.Render