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

UE3:GameHUD (UT3)

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

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

Properties[edit]

ActTitleString[edit]

Type: string

The act title to draw

ChapterTitleString[edit]

Type: string

The chapter title to draw

TitleDrawStartTime[edit]

Type: float

The time we started drawing the chapter title

TotalTitleDrawTime[edit]

Type: float

Total amount of time to draw the chapter title

TotalTitleFadeTime[edit]

Type: float

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

Enums[edit]

EGameHUDColor[edit]

GHD_WHITE 
GHD_BLACK 

Instance functions[edit]

SetHUDDrawColor[edit]

function SetHUDDrawColor (EGameHUDColor eColor, byte Alpha)


StartDrawingChapterTitle[edit]

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

Start the process of drawing the chapter and act titles

StopDrawingChapterTitle[edit]

simulated function StopDrawingChapterTitle ()

Stop the process of drawing the chapter and act titles