Always snap to grid
UE3:UTUIDataProvider_Mutator (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> UIRoot >> UIDataProvider >> UIPropertyDataProvider >> UIResourceDataProvider >> UTUIResourceDataProvider >> UTUIDataProvider_Mutator |
Contents |
- Package:
- UTGame
- Implemented interfaces:
- UIListElementCellProvider
- This class in other games:
- UDK
| This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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
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
Returns:
- TRUE if this data provider corresponds to an epic mutator class.
[edit] Events
[edit] SupportsCurrentGameMode
Returns:
- Returns whether or not this mutator supports the currently set gamemode in the frontend.
