Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UTGame.UTUIDataProvider_StatsElementProvider

Extends
UTUIDataProvider_SimpleElementProvider
Modifiers
native ( UI )

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

Direct Known Subclasses:

UTUIDataProvider_StatsGeneral, UTUIDataProvider_StatsVehicles, UTUIDataProvider_StatsVehicleWeapons, UTUIDataProvider_StatsWeapons

Variables Summary
OnlineStatsReadReadObject
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
functionstring GetColumnName (name StatName)
functionstring GetColumnValue (const out OnlineStatsRow StatsRow, name ColumnId)
eventOnlineStatsRead GetStatsReadObject ()))
Inherited Functions from UTGame.UTUIDataProvider_SimpleElementProvider
GetElementCount
Inherited Functions from Engine.UIDataProvider
AddPropertyNotificationChangeRequest, GenerateFillerData, GenerateScriptMarkupString, GetFieldValue, GetSupportedScriptFields, NotifyPropertyChanged, RemovePropertyNotificationChangeRequest, SetFieldValue


Variables Detail

ReadObject Source code

var transient OnlineStatsRead ReadObject;
Cache of the data we are using to display to the UI.


Functions Detail

GetColumnName Source code

native function string GetColumnName ( name StatName )
Returns 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 code

native function string GetColumnValue ( const out OnlineStatsRow StatsRow, name ColumnId )
Returns 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

event OnlineStatsRead GetStatsReadObject ( ) )

@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
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:58.354 - Created with UnCodeX