| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Dataprovider that providers detailed stats information for a given stats row. Should be subclassed. Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object
|
+-- Engine.UIRoot
|
+-- Engine.UIDataProvider
|
+-- UTGame.UTUIDataProvider_SimpleElementProvider
|
+-- UTGame.UTUIDataProvider_StatsElementProvider
UTUIDataProvider_StatsGeneral, UTUIDataProvider_StatsVehicles, UTUIDataProvider_StatsVehicleWeapons, UTUIDataProvider_StatsWeapons
| Variables Summary | |
|---|---|
| OnlineStatsRead | ReadObject |
| Inherited Variables from Engine.UIDataProvider |
|---|
| ProviderChangedNotifies, WriteAccessType |
| Enumerations Summary |
|---|
| Inherited Enumerations from Engine.UIDataProvider |
|---|
| EProviderAccessType |
| Structures Summary |
|---|
| Inherited Structures from Engine.UIDataProvider |
|---|
| UIDataProviderField |
| Functions Summary | ||
|---|---|---|
![]() | string | GetColumnName (name StatName) |
![]() | string | GetColumnValue (const out OnlineStatsRow StatsRow, name ColumnId) |
![]() | OnlineStatsRead | GetStatsReadObject ())) |
| Inherited Functions from UTGame.UTUIDataProvider_SimpleElementProvider |
|---|
| GetElementCount |
| Variables Detail |
|---|
Cache of the data we are using to display to the UI.
| Functions Detail |
|---|
GetColumnName Source codeReturns the localized name of a column given its stat name
@param ColumnId ColumnId to search for
@return The localized name of the column.
GetColumnValue Source codeReturns the localized name of a column given its ID and row
@param StatsRow Row to get the value from.
@param ColumnId ColumnId to search for
@return The string value of the column.
GetStatsReadObject Source code
@return Returns the stats read object used by this provider.
| Defaultproperties |
|---|
defaultproperties
{
Name="Default__UTUIDataProvider_StatsElementProvider"
ObjectArchetype=UTUIDataProvider_SimpleElementProvider'UTGame.Default__UTUIDataProvider_SimpleElementProvider'
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||