There is no spoon
UE3:UTUIDataProvider_Mutator (UT3)
Object >> UIRoot >> UIDataProvider >> UIPropertyDataProvider >> UIResourceDataProvider >> UTUIResourceDataProvider >> UTUIDataProvider_Mutator |
- 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.
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]
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]
Returns:
- TRUE if this data provider corresponds to an epic mutator class.
Events[edit]
SupportsCurrentGameMode[edit]
Returns:
- Returns whether or not this mutator supports the currently set gamemode in the frontend.