Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
UE3:UTUIDataProvider_GameModeInfo (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> UIRoot >> UIDataProvider >> UIPropertyDataProvider >> UIResourceDataProvider >> UTUIResourceDataProvider >> UTUIDataProvider_GameModeInfo |
- Package:
- UTGame
- Implemented interfaces:
- UIListElementCellProvider
- This class in other games:
- UDK
| This is an auto-generated page and may need human attention. Please remove this 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 game mode.
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
[edit] Properties
[edit] bIsCampaign
Type: bool
Modifiers: config
Whether or not this a campaign game mode.
[edit] DefaultMap
Type: string
Modifiers: config
The map that this game mode defaults to
[edit] Description
Type: string
Modifiers: config, localized
Localized description of the game mode
[edit] FriendlyName
Type: string
Modifiers: config, localized
Friendly displayable name to the player.
[edit] GameMode
Type: string
Modifiers: config
full path to the game class
[edit] GameSearchClass
Type: string
Modifiers: config
Search class to use for this game mode.
[edit] GameSettingsClass
Type: string
Modifiers: config
Settings class to use for this game mode.
[edit] IconImage
Type: string
Modifiers: config
Image that the icon of this game mode is on.
[edit] IconU
Type: float
Modifiers: config
UV Coordinates for the icon.
[edit] IconUL
Type: float
Modifiers: config
[edit] IconV
Type: float
Modifiers: config
[edit] IconVL
Type: float
Modifiers: config
[edit] ModClientSettingsScene
Type: string
Modifiers: config
[edit] ModGameSettingsScene
Type: string
Modifiers: config
[edit] OptionSet
Type: string
Modifiers: config
Option set to use for the game mode.
[edit] Prefixes
Type: string
Modifiers: config
Prefixes of the maps this gametype supports.
[edit] PreviewImageMarkup
Type: string
Modifiers: config
Markup text used to display the preview image for the game mode.
[edit] Default values
| Property | Value |
|---|---|
| bSearchAllInis | True |
