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

UE3:UTUIDataProvider_Weapon (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search

Contents

Package: 
UTGame
Implemented interfaces
UIListElementCellProvider
This class in other games:
UDK

Provides data for a UT3 weapon.

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

[edit] Properties

[edit] AmmoClassPath

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

[edit] ClassName

Type: string

Modifiers: config

The weapon class path

[edit] Description

Type: string

Modifiers: config, localized

Description for the weapon

[edit] Flags

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)

[edit] FriendlyName

Type: string

Modifiers: config, localized

Friendly name for the weapon

[edit] MeshReference

Type: string

Modifiers: config

String reference to the 3rd person mesh for this weapon. This mesh is used in the UI.

[edit] Default values

Property Value
bSearchAllInis True