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

UE3:UTUIDataProvider_StatsElementProvider (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT3 Object >> UIRoot >> UIDataProvider >> UTUIDataProvider_SimpleElementProvider >> UTUIDataProvider_StatsElementProvider

Contents

Package: 
UTGame
Implemented interfaces
UIListElementCellProvider
Direct subclasses:
UTUIDataProvider_StatsGeneral, UTUIDataProvider_StatsVehicleWeapons, UTUIDataProvider_StatsVehicles, UTUIDataProvider_StatsWeapons
This class in other games:
UDK

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

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

[edit] Properties

[edit] ReadObject

Type: OnlineStatsRead

Modifiers: transient

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

[edit] Functions

[edit] Native functions

[edit] 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.

[edit] 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.

[edit] Events

[edit] GetStatsReadObject

event OnlineStatsRead GetStatsReadObject ()

Returns:

Returns the stats read object used by this provider.
Personal tools