I don't need to test my programs. I have an error-correcting modem.

UE3:GameHUD (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> Actor >> HUD >> GameHUD
Package: 
GameFramework
Direct subclasses:
UTEntryHUD, UTHUD
This class in other games:
UT3

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Properties

ActTitleString

Type: string

The act title to draw

ChapterTitleString

Type: string

The chapter title to draw

TitleDrawStartTime

Type: float

The time we started drawing the chapter title

TotalTitleDrawTime

Type: float

Total amount of time to draw the chapter title

TotalTitleFadeTime

Type: float

Total amount of time to fade the chapter title in and out

Enums

EGameHUDColor

GHD_WHITE 
GHD_BLACK 

Instance functions

SetHUDDrawColor

function SetHUDDrawColor (EGameHUDColor eColor, byte Alpha)


StartDrawingChapterTitle

simulated function StartDrawingChapterTitle (string ChapterName, string ActName, float TotalDrawTime, float TotalFadeTime)

Start the process of drawing the chapter and act titles

StopDrawingChapterTitle

simulated function StopDrawingChapterTitle ()

Stop the process of drawing the chapter and act titles