I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:ScriptedHudOverlay (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
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