Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE3:UTUIPanel_SingleMap (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UITabPage >> UTTabPage >> UTUIPanel_SingleMap
Package: 
UTGame
Implemented interfaces
UIDataStoreSubscriber
This class in other games:
UDK

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

Single map screen for UT3.

Properties

DescriptionLabel

Type: UILabel

Modifiers: transient

Description label for the map.

DescriptionScroller

Type: UIScrollFrame

Modifiers: transient

scrollframe which contains the description label - allows the player to read long descriptions

MapList

Type: UTUIList

Modifiers: transient

List of maps widget.

MapPreviewImage

Type: UIImage

Modifiers: transient

Preview image for a map.

NumPlayersLabel

Type: UILabel

Modifiers: transient

NumPlayers label for the map.

Subobjects

WidgetEventComponent

Class: Engine.UIComp_Event

Inherits from: UTTabPage.WidgetEventComponent

No new values.

Delegates

OnMapSelected

delegate OnMapSelected ()

Delegate for when the user selects a map on this page.

Functions

Events

PostInitialize

event PostInitialize ()

Overrides: UIScreenObject.PostInitialize

Post initialization event - Setup widget delegates.

Other instance functions

GetCurrentGameMode

function name GetCurrentGameMode ()

Returns:

Returns the current game mode.

GetCurrentGameModeFull

function name GetCurrentGameModeFull ()


GetSelectedMap

function string GetSelectedMap ()

Returns:

Returns the currently selected map.

GrabOptions

function string GrabOptions (string InURL)


OnMapList_SubmitSelection

function OnMapList_SubmitSelection (UIList Sender, optional int PlayerIndex)

Called when the user changes the current list index.

Parameters:

  • Sender - the list that is submitting the selection

OnMapList_ValueChanged

function OnMapList_ValueChanged (UIObject Sender, optional int PlayerIndex)

Called when the user presses Enter (or any other action bound to UIKey_SubmitListSelection) while this list has focus.

Parameters:

  • Sender - the list that is submitting the selection

SetPreviewImageMarkup

function SetPreviewImageMarkup (string InMarkup)

Changes the preview image for a map.

SetupMapCycle

function SetupMapCycle (string SelectedMap)

Sets up a map cycle consisting of 1 map.

StripOptions

function string StripOptions (coerce string InURL)