Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE3:UTScoreboardPanel (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UIRoot >> UIScreenObject >> UIObject >> UTUI_Widget >> UTDrawPanel >> UTScoreboardPanel |
- Package:
- UTGame
- Direct subclasses:
- UTDuelQueueScoreboardPanel, UTTDMScoreboardPanel
- This class in other games:
- UDK
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Properties[edit]
See UTScoreboardPanel properties.
Enums[edit]
EFontType[edit]
Defines the different font sizes
- EFT_Tiny
- EFT_Small
- EFT_Med
- EFT_Large
Structs[edit]
SBFontData[edit]
Holds the font data. We cache the max char height for quick lookup
Delegates[edit]
OnSelectionChange[edit]
delegate OnSelectionChange (UTScoreboardPanel TargetScoreboard, UTPlayerReplicationInfo PRI)
Functions[edit]
Events[edit]
DrawPanel[edit]
event DrawPanel ()
Overrides: UTDrawPanel.DrawPanel
Draw the Scoreboard
GetSupportedUIActionKeyNames[edit]
Overrides: UIScreenObject.GetSupportedUIActionKeyNames
Setup Input subscriptions
PostInitialize[edit]
event PostInitialize ()
Overrides: UIScreenObject.PostInitialize
Called after this screen object's children have been initialized