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
Object >> Actor >> HudOverlay >> ScriptedHudOverlay |
- Package:
- Gameplay
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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