Mostly Harmless
UE3:UTUIDataProvider_MapInfo (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UIRoot >> UIDataProvider >> UIPropertyDataProvider >> UIResourceDataProvider >> UTUIResourceDataProvider >> UTUIDataProvider_MapInfo |
- Package:
- UTGame
- Implemented interfaces:
- UIListElementCellProvider
- This class in other games:
- UDK
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} 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 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