UE3:UTUITabPage_StatsPage (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (talk | contribs) (Auto-generated page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
UT3 Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UITabPage >> UTTabPage >> UTUITabPage_StatsPage
Package:
UTGame
Implemented interfaces:
UIDataStoreSubscriber
Direct subclasses:
UTUITabPage_StatsVehicles, UTUITabPage_StatsWeapons, UTUITabPage_StatsGeneral, UTUITabPage_StatsRewards, UTUITabPage_StatsVehicleWeapons

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

Tab page for a user's stats.

Properties

RefreshingLabel

Type: UILabel

Modifiers: transient

Refreshing label.

StatsDataStore

Type: UTDataStore_OnlineStats

Modifiers: transient

Reference to the stats datastore.

StatsInterface

Type: OnlineStatsInterface

Modifiers: transient

Reference to the stats interface.

Subobjects

WidgetEventComponent

Class: Engine.UIComp_Event

Inherits from: UTTabPage.WidgetEventComponent

No new values.

Functions

Events

PostInitialize

event PostInitialize ()

Overrides: UIScreenObject.PostInitialize

Callback for when the widget has finished initialized.

Other instance functions

OnStatsReadComplete

function OnStatsReadComplete (bool bWasSuccessful)

Called by the data store when the stats read has completed

Parameters:

  • bWasSuccessful - whether the stats read was successful or not

ReadStats

function ReadStats ()

Starts the stats read for this page.