Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
UE3:UTUITabPage_GameModeSelection (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UITabPage >> UTTabPage >> UTUITabPage_GameModeSelection |
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-2007 Epic Games, Inc. All Rights Reserved.
Game mode selection page for UT3.
[edit] Properties
[edit] GameModeDescription
Type: UILabel
Modifiers: transient
Description of the currently selected game mode.
[edit] GameModeList
Type: UTUIList
Modifiers: transient
Reference to the game mode list.
[edit] GameModePreviewImage
Type: UIImage
Modifiers: transient
Preview image for a game mode.
[edit] Subobjects
[edit] WidgetEventComponent
Class: Engine.UIComp_Event
Inherits from: UTTabPage.WidgetEventComponent
No new values.
[edit] Delegates
[edit] OnGameModeSelected
Delegate for when the user selects a game mode on this page.
[edit] Functions
[edit] Events
[edit] PostInitialize
Overrides: UIScreenObject.PostInitialize
Post initialization event - Setup widget delegates.
[edit] Other instance functions
[edit] GetOptionSet
Returns:
- Returns the option set for the currently selected game mode.
[edit] OnGameModeChanged
Callback for when the game mode changes, issues the delegate and sets some registry values.
[edit] OnGameModeList_SubmitSelection
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] OnGameModeList_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
