Always snap to grid

UE3:UTUIDataProvider_Mutator (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 mutator.

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

[edit] Properties

[edit] BitValue

Type: int

Modifiers: config

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

[edit] bOfficialMutator

Type: bool

Modifiers: const, private

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

[edit] bStandaloneOnly

Type: bool

Modifiers: config

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

[edit] ClassName

Type: string

Modifiers: config

The mutator class name.

[edit] Description

Type: string

Modifiers: config, localized

Description for the mutator.

[edit] FriendlyName

Type: string

Modifiers: config, localized

Friendly name for the mutator.

[edit] GroupNames

Type: string

Modifiers: config

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

[edit] SupportedGameTypes

Type: array<string>

Modifiers: config

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

[edit] UIConfigScene

Type: string

Modifiers: config

Path to a UIScene to use for configuring this mutator.

[edit] Default values

Property Value
bSearchAllInis True

[edit] Functions

[edit] Native functions

[edit] IsOfficialMutator

native final function bool IsOfficialMutator () const

Returns:

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

[edit] Events

[edit] SupportsCurrentGameMode

event bool SupportsCurrentGameMode ()

Returns:

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