I love the smell of UnrealEd crashing in the morning. – tarquin

UE3:UTUIDataProvider_GameModeInfo (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
UTGame
Implemented interfaces
UIListElementCellProvider
This class in other games:
UDK

Provides data for a UT3 game mode.

Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.

Properties[edit]

bIsCampaign[edit]

Type: bool

Modifiers: config

Whether or not this a campaign game mode.

DefaultMap[edit]

Type: string

Modifiers: config

The map that this game mode defaults to

Description[edit]

Type: string

Modifiers: config, localized

Localized description of the game mode

FriendlyName[edit]

Type: string

Modifiers: config, localized

Friendly displayable name to the player.

GameMode[edit]

Type: string

Modifiers: config

full path to the game class

GameSearchClass[edit]

Type: string

Modifiers: config

Search class to use for this game mode.

GameSettingsClass[edit]

Type: string

Modifiers: config

Settings class to use for this game mode.

IconImage[edit]

Type: string

Modifiers: config

Image that the icon of this game mode is on.

IconU[edit]

Type: float

Modifiers: config

UV Coordinates for the icon.

IconUL[edit]

Type: float

Modifiers: config


IconV[edit]

Type: float

Modifiers: config


IconVL[edit]

Type: float

Modifiers: config


ModClientSettingsScene[edit]

Type: string

Modifiers: config


ModGameSettingsScene[edit]

Type: string

Modifiers: config


OptionSet[edit]

Type: string

Modifiers: config

Option set to use for the game mode.

Prefixes[edit]

Type: string

Modifiers: config

Prefixes of the maps this gametype supports.

PreviewImageMarkup[edit]

Type: string

Modifiers: config

Markup text used to display the preview image for the game mode.

Default values[edit]

Property Value
bSearchAllInis True