Mostly Harmless
UE3:UTUIPanel_MapCycle (UT3)
Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UITabPage >> UTTabPage >> UTUIPanel_MapCycle |
Contents
- 1 Constants
- 2 Properties
- 2.1 AvailableList
- 2.2 DescriptionLabel
- 2.3 EnabledList
- 2.4 LastFocused
- 2.5 ListBackground_Available
- 2.6 ListBackground_Enabled
- 2.7 LoadedMapList
- 2.8 MenuDataStore
- 2.9 NumPlayersLabel
- 2.10 ShiftDownButton
- 2.11 ShiftDownLabel
- 2.12 ShiftLeftImage
- 2.13 ShiftRightImage
- 2.14 ShiftUpButton
- 2.15 ShiftUpLabel
- 2.16 Subobjects
- 3 Delegates
- 4 Functions
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. |
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 for when the user selects a map on this page.
Functions[edit]
Events[edit]
PostInitialize[edit]
Overrides: UIScreenObject.PostInitialize
Post initialization event - Setup widget delegates.