The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

Difference between revisions of "UE3:UTUIDataProvider Mutator (UDK)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Talk)
m (1 revision: class descriptions for UDK January update (part 8))
 
(No difference)

Latest revision as of 07:02, 17 January 2010

Package: 
UTGame
Implemented interfaces
UIListElementCellProvider, UIListElementProvider
This class in other games:
UT3

Provides data for a UT3 mutator.

Properties[edit]

bOfficialMutator[edit]

Type: bool

Modifiers: const, private

Indicates whether this data provider corresponds to an epic mutator class. Set natively when the data provider is initialized.

bStandaloneOnly[edit]

Type: bool

Modifiers: config

Whether or not the mutator should be allowed in standalone matches only.

ClassName[edit]

Type: string

Modifiers: config

The mutator class name.

Description[edit]

Type: string

Modifiers: config, localized

Description for the mutator.

FriendlyName[edit]

Type: string

Modifiers: config, localized

Friendly name for the mutator.

GroupNames[edit]

Type: string

Modifiers: config

Name of the group(s) the mutator belongs to, separated by pipes |

SupportedGameTypes[edit]

Type: array<string>

Modifiers: config

gametypes this mutator supports - an empty array means it supports any gametype

UIConfigScene[edit]

Type: string

Modifiers: config

Path to a UIScene to use for configuring this mutator.

Default values[edit]

Property Value
bSearchAllInis True

Events[edit]

SupportsCurrentGameMode[edit]

event bool SupportsCurrentGameMode ()

Returns:

Returns whether or not this mutator supports the currently set gamemode in the frontend.