Always snap to grid

UE3:UTUIDataProvider_StatsVehicleWeapons (UDK)

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

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

Properties[edit]

Stats[edit]

Type: array<VehicleWeaponStatsRow>

Modifiers: transient


Structs[edit]

VehicleWeaponStatsRow[edit]

Modifiers: native

string WeaponName 
name KillsName 
name DeathsName 
name SuicidesName 

Native functions[edit]

GetElementCount[edit]

native function int GetElementCount ()

Overrides: UTUIDataProvider_SimpleElementProvider.GetElementCount

Returns:

Returns the number of elements(rows) provided.