UE3:UTUIDataProvider_MapInfo (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 11:47, 6 November 2009 by Unknown user (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Package:
UTGame
Implemented interfaces:
UIListElementCellProvider, UIListElementProvider
This class in other games:

Provides data for a UT3 map.

Properties

bOfficialMap

Type: bool

Modifiers: const, private

Indicates whether this data provider corresponds to an epic map. Set natively when the data provider is initialized.

Description

Type: string

Modifiers: config, localized

Localized description of the map

FriendlyName

Type: string

Modifiers: config, localized

Friendly displayable name to the player.

MapId

Type: int

Modifiers: config

Unique ID for maps.

MapName

Type: string

Modifiers: config

Actual map name to load

NumPlayers

Type: string

Modifiers: config, localized

String describing how many players the map is good for.

PreviewImageMarkup

Type: string

Modifiers: config

Markup text used to display the preview image for the map.

Default values

Property Value
bSearchAllInis True

Functions

Native functions

IsOfficialMap

native final function bool IsOfficialMap () const


Events

SupportedByCurrentGameMode

event bool SupportedByCurrentGameMode ()

Returns:

Returns whether or not this provider is supported by the current game mode