I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE3:UTUITabPage_ServerFavorites (UT3)
Object >> UIRoot >> UIScreenObject >> UIObject >> UIContainer >> UITabPage >> UTTabPage >> UTUITabPage_ServerBrowser >> UTUITabPage_ServerFavorites |
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. |
This class is a specialized server browser which displays only those servers which the player has marked as a favorite. This server browser does not respect filter options.
Copyright 2007 Epic Games, Inc. All Rights Reserved
Properties[edit]
AddIPIdx[edit]
Type: int
Modifiers: transient
QueryHelper[edit]
Type: UTQueryHelper
Reference to the query helper object, which performs the query for retrieving server details from an IP
RemoveFavoriteIdx[edit]
Type: int
Modifiers: transient
Subobjects[edit]
WidgetEventComponent[edit]
Class: Engine.UIComp_Event
Inherits from: UTUITabPage_ServerBrowser.WidgetEventComponent
No new values.
Functions[edit]
Events[edit]
PostInitialize[edit]
Overrides: UTUITabPage_ServerBrowser.PostInitialize
Sets the correct tab button caption.
Other instance functions[edit]
AdjustLayout[edit]
Overrides: UTUITabPage_ServerBrowser.AdjustLayout
Adjusts the layout of the scene based on the current platform
FindServerByIPComplete[edit]
GetDesiredMatchType[edit]
Overrides: UTUITabPage_ServerBrowser.GetDesiredMatchType
Determines which type of matches the user wishes to search for (i.e. LAN, unranked, ranked, etc.)
GetFavoritesDataStore[edit]
Overrides: UTUITabPage_ServerBrowser.GetFavoritesDataStore
Wrapper for getting a reference to the favorites data store.
OnAddIPDialog_Closed[edit]
OnButtonBar_AddIP[edit]
ButtonBar - Add IP to favourites
OnButtonBar_RemoveFavorite[edit]
ButtonBar - Remove from favorite
RemoveFavorite[edit]
Removes the currently selected server from the list of favorites
SetupExtraButtons[edit]
Overrides: UTUITabPage_ServerBrowser.SetupExtraButtons
Provides an easy way for child classes to add additional buttons before the ButtonBar's button states are updated
UpdateButtonStates[edit]
Overrides: UTUITabPage_ServerBrowser.UpdateButtonStates
Updates the enabled state of certain button bar buttons depending on whether a server is selected or not.