The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE3:UTUIDataProvider_MapInfo (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search

Contents

Package: 
UTGame
Implemented interfaces
UIListElementCellProvider, UIListElementProvider
This class in other games:
UT3

Provides data for a UT3 map.

[edit] Properties

[edit] bOfficialMap

Type: bool

Modifiers: const, private

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

[edit] Description

Type: string

Modifiers: config, localized

Localized description of the map

[edit] FriendlyName

Type: string

Modifiers: config, localized

Friendly displayable name to the player.

[edit] MapId

Type: int

Modifiers: config

Unique ID for maps.

[edit] MapName

Type: string

Modifiers: config

Actual map name to load

[edit] NumPlayers

Type: string

Modifiers: config, localized

String describing how many players the map is good for.

[edit] PreviewImageMarkup

Type: string

Modifiers: config

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

[edit] Default values

Property Value
bSearchAllInis True

[edit] Functions

[edit] Native functions

[edit] IsOfficialMap

native final function bool IsOfficialMap () const


[edit] Events

[edit] SupportedByCurrentGameMode

event bool SupportedByCurrentGameMode ()

Returns:

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