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

UE3:UTUIScene_MidGameMenu (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT3 Object >> UIRoot >> UIScreenObject >> UIScene >> UTUIScene >> UTUIScene_Hud >> UTUIScene_MidGameMenu

Contents

Package: 
UTGame
This class in other games:
UDK

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

[edit] Properties

[edit] bInitial

Type: bool

Modifiers: transient


[edit] bLoading

Type: bool

Modifiers: transient


[edit] bNeedsProfileSave

Type: bool

Modifiers: transient


[edit] bOkToAutoClose

Type: bool

Modifiers: transient


[edit] bReturningToMainMenu

Type: bool

Modifiers: transient


[edit] ButtonBar

Type: UTUIButtonBar

Modifiers: transient


[edit] bWaitingForReady

Type: bool

Modifiers: transient


[edit] bWasDownloading

Type: bool

Modifiers: transient


[edit] InGamePage

Type: UTUITabPage_InGame

Modifiers: transient


[edit] LoadingLabel

Type: UILabel

Modifiers: transient


[edit] LoadingPanel

Type: UIPanel

Modifiers: transient


[edit] LoadingRotator

Type: UIImage

Modifiers: transient


[edit] MapVoteClock

Type: UILabel

Modifiers: transient


[edit] MBScene

Type: UTUIScene_MessageBox

Modifiers: transient


[edit] TabControl

Type: UTUITabControl

Modifiers: transient


[edit] VotePage

Type: UTUITabPage_VoteTab

Modifiers: transient


[edit] Default values

Property Value
bAlwaysRenderScene True
bDisableWorldRendering True
bDisplayCursor True
bRenderParentScenes False
bSaveSceneValuesOnClose False
SceneRenderMode SPLITRENDER_Fullscreen

[edit] Subobjects

[edit] SceneEventComponent

Class: Engine.UIComp_Event

Inherits from: UTUIScene_Hud.SceneEventComponent

No new values.

[edit] Functions

[edit] Events

[edit] BeginLoading

event BeginLoading ()


[edit] EndLoading

event EndLoading ()


[edit] PostInitialize

event PostInitialize ()

Overrides: UIScreenObject.PostInitialize

Setup the delegates for the scene and cache all of the various UI Widgets

[edit] SceneActivated

event SceneActivated (bool bInitialActivation)

Overrides: UIScene.SceneActivated

(Description copied from UIScene.SceneActivated)
Called just after the scene is added to the ActiveScenes array, or when this scene has become the active scene as a result of closing another scene.

Parameters:

  • bInitialActivation - TRUE if this is the first time this scene is being activated; FALSE if this scene has become active as a result of closing another scene or manually moving this scene in the stack.

[edit] SceneDeactivated

event SceneDeactivated ()

Overrides: UIScene.SceneDeactivated

Called just after this scene is removed from the active scenes array

[edit] TickLoading

event TickLoading (float DeltaTime)


[edit] UpdateVote

event UpdateVote (UTGameReplicationInfo GRI)


[edit] Other instance functions

[edit] ActivateTab

function ActivateTab (name TabTag)


[edit] Back

function Back ()


[edit] BeginVoting

function BeginVoting (UTVoteReplicationInfo NewVoteRI)


[edit] ButtonBarBack

function bool ButtonBarBack (UIScreenObject InButton, int InPlayerIndex)

Back was selected, exit the menu

Parameters:

  • InButton - The button that selected
  • InPlayerIndex - Index of the local player that made the selection

[edit] ButtonBarDisconnect

function bool ButtonBarDisconnect (UIScreenObject InButton, int InPlayerIndex)


[edit] ButtonBarExitGame

function bool ButtonBarExitGame (UIScreenObject InButton, int InPlayerIndex)


[edit] ButtonBarJoin

function bool ButtonBarJoin (UIScreenObject InButton, int InPlayerIndex)


[edit] Disconnect

function Disconnect ()


[edit] GetMessageBoxScene

function UTUIScene_MessageBox GetMessageBoxScene (optional UIScene SceneReference)

Overrides: UTUIScene.GetMessageBoxScene

(Description copied from UTUIScene.GetMessageBoxScene)


Returns:

Opens the message box scene and returns a reference to it.

[edit] HandleInputKey

function bool HandleInputKey (const out UIRoot.InputEventParameters EventParms)


[edit] MB_ExitSelection

function MB_ExitSelection (UTUIScene_MessageBox MessageBox, int SelectedOption, int PlayerIndex)


[edit] MB_Selection

function MB_Selection (UTUIScene_MessageBox MessageBox, int SelectedOption, int PlayerIndex)


[edit] OnPageActivated

function OnPageActivated (UITabControl Sender, UITabPage NewlyActivePage, int PlayerIndex)

Called when a new page is activated.

Parameters:

  • Sender - the tab control that activated the page
  • NewlyActivePage - the page that was just activated
  • PlayerIndex - the index [into the Engine.GamePlayers array] for the player that generated this event.

[edit] ParseScrollback

function string ParseScrollback (const out array<stringScrollback)

Parse the scrollback and create a string out of it

[edit] PreRenderCallBack

function PreRenderCallBack ()


[edit] RepositionVotePage

function RepositionVotePage ()


[edit] Reset

function Reset ()

Reset will set the bWaitingForReady flag and reset the button bar

[edit] ScoreTabKickVoteNotify

function ScoreTabKickVoteNotify ()


[edit] SetupButtonBar

function SetupButtonBar ()

Overrides: UTUIScene.SetupButtonBar

Function that sets up a buttonbar for this scene, automatically routes the call to the currently selected tab of the scene as well.

[edit] UpdateVoteMenuLists

function UpdateVoteMenuLists (UTVoteReplicationInfo VRI, optional bool bUpdateGameLists, optional bool bUpdateMapLists, optional bool bUpdateMutatorLists)


Personal tools