Mostly Harmless

UE3:UTUIDataProvider_Weapon (UDK)

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

Provides data for a UT3 weapon.

Properties[edit]

AmmoClassPath[edit]

Type: string

Modifiers: config

class path to this weapon's preferred ammo class this is primarily used by weapon replacement mutators to get the ammo types to replace from/to

ClassName[edit]

Type: string

Modifiers: config

The weapon class path

Description[edit]

Type: string

Modifiers: config, localized

Description for the weapon

Flags[edit]

Type: string

Modifiers: config

optional flags separated by pipes | that can be parsed by the UI as arbitrary options (for example, to exclude weapons from some menus, etc)

FriendlyName[edit]

Type: string

Modifiers: config, localized

Friendly name for the weapon

Default values[edit]

Property Value
bSearchAllInis True