Mostly Harmless
UE2:HUD (UE2Runtime)
From Unreal Wiki, The Unreal Engine Documentation Site
| 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. |
HUD: Superclass of the heads-up display.
[edit] Properties
[edit] Property group 'HUD'
[edit] ConsoleMessagePosX
Type: float
[edit] ConsoleMessagePosY
Type: float
DP_LowerLeft
[edit] Internal variables
[edit] bBadConnectionAlert
Type: bool
display warning about bad connection
[edit] bHideCenterMessages
Type: bool
don't draw centered messages (screen center being used)
[edit] bHideHUD
Type: bool
[edit] BigFont
Type: Font
Big system font.
Default value: Font'Engine.SmallFont'
[edit] bMessageBeep
Type: bool
Modifiers: config
Default value: True
[edit] bShowDebugInfo
Type: bool
if true, show properties of current ViewTarget
[edit] bShowScores
Type: bool
[edit] ConnectingMessage
Type: string
Modifiers: localized
Default value: "CONNECTING"
[edit] ConsoleColor
Type: Object.Color
Default value:
| Member | Value |
|---|---|
| A | 255 |
| B | 253 |
| G | 216 |
| R | 153 |
[edit] ConsoleFontSize
Type: int
Modifiers: globalconfig
Default value: 5
[edit] ConsoleMessageCount
Type: int
Modifiers: globalconfig
Default value: 4
[edit] FontArrayFonts
Type: Font
Array size: 9
[edit] FontArrayNames
Type: string
Array size: 9
Modifiers: localized
Default value, index 0: "Engine.DefaultFont"
Default value, index 1: "Engine.DefaultFont"
Default value, index 2: "Engine.DefaultFont"
Default value, index 3: "Engine.DefaultFont"
Default value, index 4: "Engine.DefaultFont"
Default value, index 5: "Engine.DefaultFont"
Default value, index 6: "Engine.DefaultFont"
Default value, index 7: "Engine.DefaultFont"
Default value, index 8: "Engine.DefaultFont"
[edit] FontScreenWidthMedium
Type: int
Array size: 9
[edit] FontScreenWidthSmall
Type: int
Array size: 9
[edit] HudCanvasScale
Type: float
Modifiers: globalconfig
Specifies amount of screen-space to use (for TV's).
Default value: 0.95
[edit] HUDConfigWindowType
Type: string
[edit] LargeFont
Type: Font
Largest system font.
Default value: Font'Engine.SmallFont'
[edit] LoadingMessage
Type: string
Modifiers: localized
Default value: "LOADING"
[edit] MedFont
Type: Font
Medium system font.
Default value: Font'Engine.SmallFont'
[edit] MessageFontOffset
Type: int
Modifiers: globalconfig
[edit] MOTDColor
Type: Object.Color
Default value:
| Member | Value |
|---|---|
| A | 255 |
| B | 255 |
| G | 255 |
| R | 255 |
[edit] nextHUD
Type: HUD
list of huds which render to the canvas
[edit] PausedMessage
Type: string
Modifiers: localized
Default value: "PAUSED"
[edit] PlayerOwner
Type: PlayerController
always the actual owner
[edit] PrecachingMessage
Type: string
Modifiers: localized
[edit] ProgressFadeTime
Type: float
Default value: 1.0
[edit] ProgressFontFont
Type: Font
[edit] ProgressFontName
Type: string
Modifiers: localized
Default value: "EM_Fonts_T.FontEurostile12"
[edit] SavingMessage
Type: string
Modifiers: localized
Default value: "SAVING"
[edit] Scoreboard
Type: ScoreBoard
[edit] SmallFont
Type: Font
Small system font.
Default value: Font'Engine.SmallFont'
[edit] TextMessages
Type: ConsoleMessage
Array size: 8
[edit] Default values
| Property | Value |
|---|---|
| bHidden | True |
| RemoteRole | ROLE_None |
[edit] Structs
[edit] ConsoleMessage
Modifiers: native
- string Text
- Object.Color TextColor
- float MessageLife
- PlayerReplicationInfo PRI
[edit] HUDLocalizedMessage
- class<LocalMessage> Message
- int Switch
- PlayerReplicationInfo RelatedPRI
- Object OptionalObject
- float EndOfLife
- float LifeTime
- bool bDrawing
- int numLines
- string StringMessage
- Object.Color DrawColor
- Font StringFont
- float XL
- float YL
- float YPos
[edit] Functions
[edit] Static functions
[edit] GetConsoleFont
[edit] GetMediumFontFor
[edit] LargerFontThan
[edit] LoadFontStatic
[edit] Exec functions
[edit] ShowDebug
[edit] ShowScores
[edit] Native functions
[edit] Draw3DLine
[edit] Events
[edit] ConnectFailure
[edit] Destroyed
Overrides: Actor.Destroyed
[edit] PostBeginPlay
Overrides: Actor.PostBeginPlay
