My program doesn't have bugs. It just develops random features.

UE3:UTUIDataProvider_StatsVehicles (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
UTGame
Implemented interfaces
UIListElementCellProvider
This class in other games:
UDK

Dataprovider that returns a row for each vehicle/vehicle weapons with kills/death/suicides given a user's stats results.

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

Properties[edit]

Stats[edit]

Type: array<VehicleStatsRow>

Modifiers: transient


Structs[edit]

VehicleStatsRow[edit]

Modifiers: native

Struct that defines a vehicle row.

string VehicleName 
name DrivingTimeName 
name VehicleKillsName 

Native functions[edit]

GetElementCount[edit]

native function int GetElementCount ()

Overrides: UTUIDataProvider_SimpleElementProvider.GetElementCount

Returns:

Returns the number of elements(rows) provided.