Cogito, ergo sum

UE3:UTScoreboardPanel (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 06:36, 16 August 2009 by Wormbo (Talk | contribs) (moved properties to own page)

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

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

Properties

See UTScoreboardPanel properties.

Enums

EFontType

Defines the different font sizes

EFT_Tiny 
EFT_Small 
EFT_Med 
EFT_Large 

Structs

SBFontData

Holds the font data. We cache the max char height for quick lookup

Font Font 
int CharHeight 

Delegates

OnSelectionChange

delegate OnSelectionChange (UTScoreboardPanel TargetScoreboard, UTPlayerReplicationInfo PRI)


Functions

Events

DrawPanel

event DrawPanel ()

Overrides: UTDrawPanel.DrawPanel

Draw the Scoreboard

GetSupportedUIActionKeyNames

event GetSupportedUIActionKeyNames (out array<nameout_KeyNames)

Overrides: UIScreenObject.GetSupportedUIActionKeyNames

Setup Input subscriptions

PostInitialize

event PostInitialize ()

Overrides: UIScreenObject.PostInitialize

Called after this screen object's children have been initialized

Other instance functions

See UTScoreboardPanel instance functions.