I love the smell of UnrealEd crashing in the morning. – tarquin
UE3:UTUITabPage_FindQuickMatch (UT3)
Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UITabPage >> UTTabPage >> UTUITabPage_ServerBrowser >> UTUITabPage_FindQuickMatch |
Contents
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-2007 Epic Games, Inc. All Rights Reserved.
Tab page for finding a quick match.
Constants[edit]
QUICKMATCH_MAX_RESULTS[edit]
Value: 30
Subobjects[edit]
WidgetEventComponent[edit]
Class: Engine.UIComp_Event
Inherits from: UTUITabPage_ServerBrowser.WidgetEventComponent
No new values.
Delegates[edit]
OnSearchComplete[edit]
Delegate for when a search has completed.
Functions[edit]
Events[edit]
PostInitialize[edit]
Overrides: UTUITabPage_ServerBrowser.PostInitialize
PostInitialize event - Sets delegates for the page.
Other instance functions[edit]
FindBestServerIndexByRanking[edit]
Find the best available server for this player given their rating
Prefers a server with the smallest delta between ratings and then the server with the best ping If no suitable server is found by rating, the best ping server is found Failing that the first server in the list is returned as a fail safe
HandleInputKey[edit]
Overrides: UTUITabPage_ServerBrowser.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.
OnFindOnlineGamesComplete[edit]
Overrides: UTUITabPage_ServerBrowser.OnFindOnlineGamesComplete
Delegate fired when the search for an online game has completed
Parameters:
- bWasSuccessful - true if the async action completed without error, false if there was an error
OnServerList_ValueChanged[edit]
Overrides: UTUITabPage_ServerBrowser.OnServerList_ValueChanged
Callback for when the server list value changed.
RefreshServerList[edit]
Overrides: UTUITabPage_ServerBrowser.RefreshServerList
Refreshes the server list.
SetupButtonBar[edit]
Overrides: UTUITabPage_ServerBrowser.SetupButtonBar
Sets buttons for the scene.