There is no spoon
UE3:UTUIPanel_SingleMap (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UITabPage >> UTTabPage >> UTUIPanel_SingleMap |
Contents |
- Package:
- UTGame
- Implemented interfaces:
- UIDataStoreSubscriber
- This class in other games:
- UDK
| This is an auto-generated page and may need human attention. Please remove this 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.
Single map screen for UT3.
[edit] Properties
[edit] DescriptionLabel
Type: UILabel
Modifiers: transient
Description label for the map.
[edit] DescriptionScroller
Type: UIScrollFrame
Modifiers: transient
scrollframe which contains the description label - allows the player to read long descriptions
[edit] MapList
Type: UTUIList
Modifiers: transient
List of maps widget.
[edit] MapPreviewImage
Type: UIImage
Modifiers: transient
Preview image for a map.
[edit] NumPlayersLabel
Type: UILabel
Modifiers: transient
NumPlayers label for the map.
[edit] Subobjects
[edit] WidgetEventComponent
Class: Engine.UIComp_Event
Inherits from: UTTabPage.WidgetEventComponent
No new values.
[edit] Delegates
[edit] OnMapSelected
Delegate for when the user selects a map on this page.
[edit] Functions
[edit] Events
[edit] PostInitialize
Overrides: UIScreenObject.PostInitialize
Post initialization event - Setup widget delegates.
[edit] Other instance functions
[edit] GetCurrentGameMode
Returns:
- Returns the current game mode.
[edit] GetCurrentGameModeFull
[edit] GetSelectedMap
Returns:
- Returns the currently selected map.
[edit] GrabOptions
[edit] OnMapList_SubmitSelection
Called when the user changes the current list index.
Parameters:
- Sender - the list that is submitting the selection
[edit] OnMapList_ValueChanged
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
[edit] SetPreviewImageMarkup
Changes the preview image for a map.
[edit] SetupMapCycle
Sets up a map cycle consisting of 1 map.
