Mostly Harmless

UE3:UTUIDataProvider_MapInfo (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 map.

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

Properties[edit]

bOfficialMap[edit]

Type: bool

Modifiers: const, private

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

Description[edit]

Type: string

Modifiers: config, localized

Localized description of the map

FriendlyName[edit]

Type: string

Modifiers: config, localized

Friendly displayable name to the player.

MapID[edit]

Type: int

Modifiers: config

Unique ID for maps.

MapName[edit]

Type: string

Modifiers: config

Actual map name to load

NumPlayers[edit]

Type: string

Modifiers: config, localized

String describing how many players the map is good for.

PreviewImageMarkup[edit]

Type: string

Modifiers: config

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

Default values[edit]

Property Value
bSearchAllInis True

Functions[edit]

Native functions[edit]

IsOfficialMap[edit]

native final function bool IsOfficialMap () const

Returns:

TRUE if this data provider corresponds to an epic map.

Events[edit]

SupportedByCurrentGameMode[edit]

event bool SupportedByCurrentGameMode ()

Returns:

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