Mostly Harmless

UE3:UTUIPanel_MapCycle (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UITabPage >> UTTabPage >> UTUIPanel_MapCycle
Package: 
UTGame
Implemented interfaces
UIDataStoreSubscriber

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

UI scene that allows the user to setup a map cycle.

Constants[edit]

MANUAL_LIST_REFRESH_DATABINDING_INDEX[edit]

Value: 50


Properties[edit]

AvailableList[edit]

Type: UIList

Modifiers: transient

List of available maps.

DescriptionLabel[edit]

Type: UILabel

Modifiers: transient

Label describing the currently selected map.

EnabledList[edit]

Type: UIList

Modifiers: transient

List of enabled maps.

LastFocused[edit]

Type: UIList

Modifiers: transient

The last focused UI List.

ListBackground_Available[edit]

Type: UIImage

Modifiers: transient


ListBackground_Enabled[edit]

Type: UIImage

Modifiers: transient


LoadedMapList[edit]

Type: UTMapList

Modifiers: transient

If the mapcycle has been loaded from a named maplist, reference it here

MenuDataStore[edit]

Type: UTUIDataStore_MenuItems

Modifiers: transient

Reference to the menu datastore

NumPlayersLabel[edit]

Type: UILabel

Modifiers: transient

Label for the number of players the maps supports.

ShiftDownButton[edit]

Type: UIButton

Modifiers: transient


ShiftDownLabel[edit]

Type: UILabel

Modifiers: transient


ShiftLeftImage[edit]

Type: UIImage

Modifiers: transient


ShiftRightImage[edit]

Type: UIImage

Modifiers: transient

Arrow images.

ShiftUpButton[edit]

Type: UIButton

Modifiers: transient

Reference to the shift up and down buttons.

ShiftUpLabel[edit]

Type: UILabel

Modifiers: transient

Shift up/down label callouts.

Subobjects[edit]

WidgetEventComponent[edit]

Class: Engine.UIComp_Event

Inherits from: UTTabPage.WidgetEventComponent

No new values.

Delegates[edit]

OnMapSelected[edit]

delegate OnMapSelected ()

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

Functions[edit]

Events[edit]

PostInitialize[edit]

event PostInitialize ()

Overrides: UIScreenObject.PostInitialize

Post initialization event - Setup widget delegates.

Other instance functions[edit]

See UTUIPanel_MapCycle instance functions.