Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE3:UTUIDataProvider_StatsGeneral (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE3:GeneralStatsRow (UT3))
Jump to: navigation, search
Package: 
UTGame
Implemented interfaces
UIListElementCellProvider
Direct subclass:
UTUIDataProvider_StatsRewards
This class in other games:
UDK

Dataprovider that returns a row for each general stat for a user.

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

Properties[edit]

Stats[edit]

Type: array<GeneralStatsRow>

Modifiers: transient


Structs[edit]

GeneralStatsRow[edit]

Modifiers: native

Struct that defines a reward stat row.

name StatName 

Native functions[edit]

GetElementCount[edit]

native function int GetElementCount ()

Overrides: UTUIDataProvider_SimpleElementProvider.GetElementCount

Returns:

Returns the number of elements(rows) provided.