Mostly Harmless
UE3:UTUIDataProvider_Mutator (UDK)
Object >> UIRoot >> UIDataProvider >> UIPropertyDataProvider >> UIResourceDataProvider >> UTUIResourceDataProvider >> UTUIDataProvider_Mutator |
- Package:
- UTGame
- Implemented interfaces:
- UIListElementCellProvider, UIListElementProvider
- This class in other games:
- UT3
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.
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]
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]
Returns:
- Returns whether or not this mutator supports the currently set gamemode in the frontend.