The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE3:UTUITabPage_Scoreboard (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UITabPage >> UTTabPage >> UTUITabPage_Scoreboard
Package: 
UTGame
Implemented interfaces
UIDataStoreSubscriber
This class in other games:
UT3


Properties[edit]

InfoPanel[edit]

Type: UTScoreInfoPanel

Modifiers: transient


Scoreboards[edit]

Type: array<UTScoreboardPanel>

Modifiers: transient


SelectedPI[edit]

Type: int


Default value: -1

Subobjects[edit]

WidgetEventComponent[edit]

Class: Engine.UIComp_Event

Inherits from: UTTabPage.WidgetEventComponent

No new values.

Functions[edit]

Events[edit]

GetSupportedUIActionKeyNames[edit]

event GetSupportedUIActionKeyNames (out array<nameout_KeyNames)

Overrides: UIScreenObject.GetSupportedUIActionKeyNames

Setup Input subscriptions

PostInitialize[edit]

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.

Other instance functions[edit]

FindScoreboards[edit]

function FindScoreboards (name PanelTagName)


GetSelectedPRI[edit]

function UTPlayerReplicationInfo GetSelectedPRI ()


HandleInputKey[edit]

function bool HandleInputKey (const out UIRoot.InputEventParameters EventParms)

Overrides: UTTabPage.HandleInputKey

(Description copied from UTTabPage.HandleInputKey)
Provides a hook for unrealscript to respond to input using actual input key names (i.e. Left, Tab, etc.)

Called when an input key event is received which this widget responds to and is in the correct state to process. The keys and states widgets receive input for is managed through the UI editor's key binding dialog (F8).

This delegate is called BEFORE kismet is given a chance to process the input.

Parameters:

  • EventParms - information about the input event.

Returns:

TRUE to indicate that this input key was processed; no further processing will occur on this input key event.

NotifyGameSessionEnded[edit]

function NotifyGameSessionEnded ()


OnChangeTeam[edit]

function bool OnChangeTeam (UIScreenObject InButton, int InPlayerIndex)


OnScoreboardSelectionChange[edit]

function OnScoreboardSelectionChange (UTScoreboardPanel TargetScoreboard, UTPlayerReplicationInfo PRI)


RenderCallBack[edit]

function RenderCallBack ()


SetupButtonBar[edit]

function SetupButtonBar (UTUIButtonBar ButtonBar)

Overrides: UTTabPage.SetupButtonBar

Callback allowing the tabpage to setup the button bar for the current scene.