Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UTGame.UTDataStore_GameSearchHistory

Extends
UTDataStore_GameSearchPersonal

This specialized online game search data store provides the UI access to the search query and results for the player's most recently visited servers. Copyright 1998-2011 Epic Games, Inc. All Rights Reserved.

Core.Object
|   
+-- Engine.UIRoot
   |   
   +-- Engine.UIDataProvider
      |   
      +-- Engine.UIDataStore
         |   
         +-- Engine.UIDataStore_Remote
            |   
            +-- Engine.UIDataStore_OnlineGameSearch
               |   
               +-- UDKBase.UDKDataStore_GameSearchBase
                  |   
                  +-- UTGame.UTDataStore_GameSearchPersonal
                     |   
                     +-- UTGame.UTDataStore_GameSearchHistory

Constants Summary
Inherited Contants from UTGame.UTDataStore_GameSearchPersonal
MAX_PERSONALSERVERS

Variables Summary
UTDataStore_GameSearchFavoritesFavoritesGameSearchDataStore
class<UTDataStore_GameSearchFavorites>FavoritesGameSearchDataStoreClass
Inherited Variables from UTGame.UTDataStore_GameSearchPersonal
PrimaryGameSearchDataStore, ServerUniqueId[MAX_PERSONALSERVERS]
Inherited Variables from UDKBase.UDKDataStore_GameSearchBase
ServerDetailsProvider

Functions Summary
functionbool HasOutstandingQueries (optional bool bRestrictCheckToSelf ))
event Registered (LocalPlayer PlayerOwner ))
Inherited Functions from UTGame.UTDataStore_GameSearchPersonal
AddServer, FindServerIndexById, FindServerIndexByString, GetPlayerName, GetPlayerNetId, GetServerIdList, GetServerStringList, HasOutstandingQueries, OverrideQuerySubmission, RemoveServer
Inherited Functions from UDKBase.UDKDataStore_GameSearchBase
GetEnabledMutators, HasExistingSearchResults, HasOutstandingQueries, Init, OnSearchComplete, SubmitGameSearch


Variables Detail

FavoritesGameSearchDataStore Source code

var transient UTDataStore_GameSearchFavorites FavoritesGameSearchDataStore;
Reference to the search data store that handles the player's list of favorite servers

FavoritesGameSearchDataStoreClass Source code

var class<UTDataStore_GameSearchFavorites> FavoritesGameSearchDataStoreClass;


Functions Detail

HasOutstandingQueries Source code

function bool HasOutstandingQueries ( optional bool bRestrictCheckToSelf ) )

@param bRestrictCheckToSelf if TRUE, will not check related game search data stores for outstanding queries.
@return TRUE if a server list query was started but has not completed yet.

Registered Source code

event Registered ( LocalPlayer PlayerOwner ) )


Defaultproperties

defaultproperties
{
	Tag=UTGameHistory
	FavoritesGameSearchDataStoreClass=class'UTGame.UTDataStore_GameSearchFavorites'
	GameSearchCfgList.Add((GameSearchClass=class'UTGame.UTGameSearchPersonal',DefaultGameSettingsClass=class'UTGame.UTGameSettingsPersonal',SearchResultsProviderClass=class'UTGame.UTUIDataProvider_SearchResult',SearchName="UTGameSearchHistory"))
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: ti 22-3-2011 19:56:59.614 - Created with UnCodeX