UE3:UTUIScene Hud (UDK): Difference between revisions

From Unreal Wiki, The Unreal Engine Documentation Site
No edit summary
 
m 1 revision: class descriptions for UDK January update (part 8)
 
(One intermediate revision by the same user not shown)
Line 41: Line 41:


''No new values.''
''No new values.''
==Native functions==
====GetPlayerHud====
{{code|native function {{cl|UTHUD}} '''GetPlayerHud''' ()}}
Returns the UTHUD associated with this scene

Latest revision as of 06:02, 17 January 2010

UDK Object >> UIRoot >> UIScreenObject >> UIScene >> UTUIScene >> UTUIScene_Hud
Package:
UTGame
Direct subclasses:
UTHudScene_Deathmatch, UTUIScene_CommandMenu, UTUIScene_MidGameMenu, UTUIScene_MOTD, UTUIScene_Scoreboard
This class in other games:


Default values

Property Value
bDisplayCursor False
bExemptFromAutoClose True
bPauseGameWhileActive False
bRenderParentScenes True
SceneInputMode INPUTMODE_None
SceneSkin UISkin'UI_InGameHud.UTHUDSkin'

Subobjects

SceneEventComponent

Class: Engine.UIComp_Event

Inherits from: UTUIScene.SceneEventComponent

No new values.