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

(Redirected from UE3:EGameHUDColor (UT3))
Jump to: navigation, search
UT3 Object >> Actor >> HUD >> GameHUD

Contents

Package: 
GameFramework
Direct subclasses:
UTEntryHUD, UTHUD
This class in other games:
UDK

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

[edit] Properties

[edit] ActTitleString

Type: string

The act title to draw

[edit] ChapterTitleString

Type: string

The chapter title to draw

[edit] TitleDrawStartTime

Type: float

The time we started drawing the chapter title

[edit] TotalTitleDrawTime

Type: float

Total amount of time to draw the chapter title

[edit] TotalTitleFadeTime

Type: float

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

[edit] Enums

[edit] EGameHUDColor

GHD_WHITE 
GHD_BLACK 

[edit] Instance functions

[edit] SetHUDDrawColor

function SetHUDDrawColor (EGameHUDColor eColor, byte Alpha)


[edit] StartDrawingChapterTitle

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

Start the process of drawing the chapter and act titles

[edit] StopDrawingChapterTitle

simulated function StopDrawingChapterTitle ()

Stop the process of drawing the chapter and act titles