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

UE3:UTScoreboardClockPanel (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 12:47, 6 November 2009 by (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UDK Object >> UIRoot >> UIScreenObject >> UIObject >> UTUI_Widget >> UTDrawPanel >> UTScoreboardClockPanel
Package: 
UTGame
This class in other games:
UT3


Properties

Property group 'UTScoreboardClockPanel'

BackColor

Type: Object.LinearColor


Default value:

Member Value
A 1.0
B 0.0
G 0.0
R 0.0

BackCoords

Type: UIRoot.TextureCoordinates


Background

Type: Texture2D


ClockFont

Type: Font


ClockPos

Type: Object.Vector2D


Internal variables

UTHudSceneOwner

Type: UTUIScene_Hud

Cached reference to the HUDSceneOwner

Subobjects

WidgetEventComponent

Class: Engine.UIComp_Event

Inherits from: UTDrawPanel.WidgetEventComponent

No new values.

Events

DrawPanel

event DrawPanel ()

Overrides: UTDrawPanel.DrawPanel

Handle drawing in script

PostInitialize

event PostInitialize ()

Overrides: UIScreenObject.PostInitialize

Called after this screen object's children have been initialized. While the Initialized event is only called when a widget is initialized for the first time, PostInitialize() will be called every time this widget receives a call to Initialize(), even if the widget was already initialized. Examples would be reparenting a widget.