I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE3:UTUIDataProvider_StatsElementProvider (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 07:47, 17 January 2010 by Wormbo (Talk | contribs) (class was removed)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UDK Object >> UIRoot >> UIDataProvider >> UTUIDataProvider_SimpleElementProvider >> UTUIDataProvider_StatsElementProvider
Package: 
UTGame
Implemented interfaces
UIListElementCellProvider
Direct subclasses:
UTUIDataProvider_StatsGeneral, UTUIDataProvider_StatsVehicles, UTUIDataProvider_StatsVehicleWeapons, UTUIDataProvider_StatsWeapons
This class in other games:
UT3

Dataprovider that providers detailed stats information for a given stats row. Should be subclassed.

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

Properties[edit]

ReadObject[edit]

Type: OnlineStatsRead

Modifiers: transient

Cache of the data we are using to display to the UI.

Functions[edit]

Native functions[edit]

GetColumnName[edit]

native function string GetColumnName (name StatName)

Returns the localized name of a column given its stat name

Parameters:

  • ColumnId - ColumnId to search for

Returns:

The localized name of the column.

GetColumnValue[edit]

native function string GetColumnValue (const out OnlineStatsRead.OnlineStatsRow StatsRow, name ColumnId)

Returns the localized name of a column given its ID and row

Parameters:

  • StatsRow - Row to get the value from.
  • ColumnId - ColumnId to search for

Returns:

The string value of the column.

Events[edit]

GetStatsReadObject[edit]

event OnlineStatsRead GetStatsReadObject ()

Returns:

Returns the stats read object used by this provider.