I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE3:UTUIDataProvider_StatsElementProvider (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
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:
- UDK
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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]
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.