| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Provides data for a UT3 mutator. Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object
|
+-- Engine.UIRoot
|
+-- Engine.UIDataProvider
|
+-- Engine.UIPropertyDataProvider
|
+-- Engine.UIResourceDataProvider
|
+-- UTGame.UTUIResourceDataProvider
|
+-- UTGame.UTUIDataProvider_Mutator
| Variables Summary | |
|---|---|
| int | BitValue |
| bool | bOfficialMutator |
| bool | bStandaloneOnly |
| string | ClassName |
| string | Description |
| string | FriendlyName |
| string | GroupNames |
| array<string> | SupportedGameTypes |
| string | UIConfigScene |
| Inherited Variables from UTGame.UTUIResourceDataProvider |
|---|
| bRemoveOn360, bRemoveOnPC, bRemoveOnPS3, bSearchAllInis, IniName |
| Functions Summary | ||
|---|---|---|
![]() | bool | IsOfficialMutator () con) |
![]() | bool | SupportsCurrentGameMode ())) |
| Inherited Functions from UTGame.UTUIResourceDataProvider |
|---|
| IsFiltered |
| Inherited Functions from Engine.UIResourceDataProvider |
|---|
| IsProviderDisabled |
| Variables Detail |
|---|
For official mutators, specify a unique bit index, so that all bits are the same independent of language
Indicates whether this data provider corresponds to an epic mutator class. Set natively when the data provider is initialized.
Whether or not the mutator should be allowed in standalone matches only.
The mutator class name.
Description for the mutator.
Friendly name for the mutator.
Name of the group(s) the mutator belongs to, separated by pipes |
gametypes this mutator supports - an empty array means it supports any gametype
Path to a UIScene to use for configuring this mutator.
| Functions Detail |
|---|
IsOfficialMutator Source code
@return TRUE if this data provider corresponds to an epic mutator class.
SupportsCurrentGameMode Source code
@return Returns whether or not this mutator supports the currently set gamemode in the frontend.
| Defaultproperties |
|---|
defaultproperties
{
bSearchAllInis=True
Name="Default__UTUIDataProvider_Mutator"
ObjectArchetype=UTUIResourceDataProvider'UTGame.Default__UTUIResourceDataProvider'
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||