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))
Contents |
- Package:
- GameFramework
- Direct subclasses:
- UTEntryHUD, UTHUD
- This class in other games:
- UDK
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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
