I love the smell of UnrealEd crashing in the morning. – tarquin

UE3:UTScoreboardPanel (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

(Redirected from UE3:EFontType (UT3))
Jump to: navigation, search
UT3 Object >> UIRoot >> UIScreenObject >> UIObject >> UTUI_Widget >> UTDrawPanel >> UTScoreboardPanel

Contents

Package: 
UTGame
Direct subclasses:
UTDuelQueueScoreboardPanel, UTTDMScoreboardPanel
This class in other games:
UDK

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

[edit] Properties

See UTScoreboardPanel properties.

[edit] Enums

[edit] EFontType

Defines the different font sizes

EFT_Tiny 
EFT_Small 
EFT_Med 
EFT_Large 

[edit] Structs

[edit] SBFontData

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

Font Font 
int CharHeight 

[edit] Delegates

[edit] OnSelectionChange

delegate OnSelectionChange (UTScoreboardPanel TargetScoreboard, UTPlayerReplicationInfo PRI)


[edit] Functions

[edit] Events

[edit] DrawPanel

event DrawPanel ()

Overrides: UTDrawPanel.DrawPanel

Draw the Scoreboard

[edit] GetSupportedUIActionKeyNames

event GetSupportedUIActionKeyNames (out array<nameout_KeyNames)

Overrides: UIScreenObject.GetSupportedUIActionKeyNames

Setup Input subscriptions

[edit] PostInitialize

event PostInitialize ()

Overrides: UIScreenObject.PostInitialize

Called after this screen object's children have been initialized

[edit] Other instance functions

See UTScoreboardPanel instance functions.