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

UE3:UTUIDataProvider_StatsGeneral (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search

Contents

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

[edit] Properties

[edit] Stats

Type: array<GeneralStatsRow>

Modifiers: transient


[edit] Structs

[edit] GeneralStatsRow

Modifiers: native

Struct that defines a reward stat row.

name StatName 

[edit] Native functions

[edit] GetElementCount

native function int GetElementCount ()

Overrides: UTUIDataProvider_SimpleElementProvider.GetElementCount

Returns:

Returns the number of elements(rows) provided.