I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE3:UTUIDataProvider_Mutator (UT3)

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

Provides data for a UT3 mutator.

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

Properties[edit]

BitValue[edit]

Type: int

Modifiers: config

For official mutators, specify a unique bit index, so that all bits are the same independent of language

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

Functions[edit]

Native functions[edit]

IsOfficialMutator[edit]

native final function bool IsOfficialMutator () const

Returns:

TRUE if this data provider corresponds to an epic mutator class.

Events[edit]

SupportsCurrentGameMode[edit]

event bool SupportsCurrentGameMode ()

Returns:

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