There is no spoon

UE3:UTUIDataProvider_StatsElementProvider (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 12:47, 6 November 2009 by (Talk)

(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

ReadObject

Type: OnlineStatsRead

Modifiers: transient

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

Functions

Native functions

GetColumnName

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

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

GetStatsReadObject

event OnlineStatsRead GetStatsReadObject ()

Returns:

Returns the stats read object used by this provider.