I don't need to test my programs. I have an error-correcting modem.

UE3:UTUIFrontEnd_JoinGame (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> UIRoot >> UIScreenObject >> UIScene >> UTUIScene >> UTUIFrontEnd >> UTUIFrontEnd_JoinGame
Package: 
UTGame
This class in other games:
UT3

Join Game scene for UT3.

Properties[edit]

bIssuedInitialQuery[edit]

Type: bool

Modifiers: transient

Tracks whether a query has been initiated. Set to TRUE once the first query is started - this is how we catch cases where the user clicked on the sb tab directly instead of clicking the Search button.

ServerBrowserTab[edit]

Type: UTUITabPage_ServerBrowser

Tab page references for this scene.

ServerFilterTab[edit]

Type: UTUITabPage_ServerFilter


Default values[edit]

Property Value
bMenuLevelRestoresScene True
bRequiresNetwork True

Subobjects[edit]

SceneEventComponent[edit]

Class: Engine.UIComp_Event

Inherits from: UTUIFrontEnd.SceneEventComponent

No new values.

Functions[edit]

Events[edit]

PostInitialize[edit]

event PostInitialize ()

Overrides: UTUIFrontEnd.PostInitialize

PostInitialize event - Sets delegates for the scene.

SceneDeactivated[edit]

event SceneDeactivated ()

Overrides: UIScene.SceneDeactivated

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

Other instance functions[edit]

HandleInputKey[edit]

function bool HandleInputKey (const out UIRoot.InputEventParameters EventParms)

Overrides: UTUIFrontEnd.HandleInputKey

Provides a hook for unrealscript to respond to input using actual input key names (i.e. Left, Tab, etc.)

Called when an input key event is received which this widget responds to and is in the correct state to process. The keys and states widgets receive input for is managed through the UI editor's key binding dialog (F8).

This delegate is called BEFORE kismet is given a chance to process the input.

Parameters:

  • EventParms - information about the input event.

Returns:

TRUE to indicate that this input key was processed; no further processing will occur on this input key event.

NotifyOnlineServiceStatusChanged[edit]

function NotifyOnlineServiceStatusChanged (OnlineSubsystem.EOnlineServerConnectionStatus NewConnectionStatus)

Overrides: UIScene.NotifyOnlineServiceStatusChanged

Notification that the player's connection to the platform's online service is changed.

OnAcceptFilterOptions[edit]

function OnAcceptFilterOptions (int PlayerIndex)

Called when the user accepts their filter settings and wants to go to the server browser.

OnButtonBar_Back[edit]

function bool OnButtonBar_Back (UIScreenObject InButton, int PlayerIndex)


OnButtonBar_Search[edit]

function bool OnButtonBar_Search (UIScreenObject InButton, int PlayerIndex)

Buttonbar Callbacks.

OnMainRegion_Show_UIAnimEnd[edit]

function OnMainRegion_Show_UIAnimEnd (UIScreenObject AnimTarget, name AnimName, int TrackTypeMask)

Overrides: UTUIFrontEnd.OnMainRegion_Show_UIAnimEnd

Handler for the 'show' animation completed.

OnPageActivated[edit]

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

Overrides: UTUIFrontEnd.OnPageActivated

Called when the server browser page is activated. Begins a server list query if the page was activated by the user clicking directly on the server browser's tab (as opposed clicking the Search button or pressing enter or something).

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.

OnServerBrowser_Back[edit]

function OnServerBrowser_Back ()

Called when the user wants to back out of the server browser.

OnServerFilter_AcceptOptions[edit]

function OnServerFilter_AcceptOptions (UIScreenObject InObject, int PlayerIndex)

Called when the user accepts their filter settings and wants to go to the server browser.

PreSubmitQuery[edit]

function PreSubmitQuery (UTUITabPage_ServerBrowser ServerBrowser)

Handler for the sb tab's OnPrepareToSubmitQuery delegate. Publishes all configured settings to the game search object.

ServerBrowserChangedGameType[edit]

function ServerBrowserChangedGameType ()

Handler for the server browser panel's OnSwitchedGameType delegate - updates the options in the Filter panel for the newly selected game type.

ServerFilterChangedGameType[edit]

function ServerFilterChangedGameType ()

Handler for the server filter panel's OnSwitchedGameType delegate - updates the combo box on the server browser menu

SetupButtonBar[edit]

function SetupButtonBar ()

Overrides: UTUIFrontEnd.SetupButtonBar

Sets up the button bar for the scene.

ShowNextTab[edit]

function ShowNextTab ()

Shows the next tab page, if we are at the last tab, then we start the game.

ShowPrevTab[edit]

function ShowPrevTab ()

Shows the previous tab page, if we are at the first tab, then we close the scene.

UseLANMode[edit]

function UseLANMode ()

Setup the server filter/browser for LAN mode