Gah - a solution with more questions. – EntropicLqd
Difference between revisions of "UE3:UTDataStore GameSearchHistory (UT3)"
(Talk) |
m (1 revision) |
(No difference)
|
Latest revision as of 01:06, 26 July 2008
Object >> UIRoot >> UIDataProvider >> UIDataStore >> UIDataStore_Remote >> UIDataStore_OnlineGameSearch >> UTDataStore_GameSearchBase >> UTDataStore_GameSearchPersonal >> UTDataStore_GameSearchHistory |
- Package:
- UTGame
- Implemented interfaces:
- UIListElementCellProvider, UIListElementProvider
- This class in other games:
- UDK
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 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-2008 Epic Games, Inc. All Rights Reserved.
Properties[edit]
FavoritesGameSearchDataStore[edit]
Type: UTDataStore_GameSearchFavorites
Modifiers: transient
Reference to the search data store that handles the player's list of favorite servers
FavoritesGameSearchDataStoreClass[edit]
Type: class<UTDataStore_GameSearchFavorites>
Default value: Class'UTGame.UTDataStore_GameSearchFavorites'
Default values[edit]
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
GameSearchCfgList[0] |
|
||||||||||
Tag | 'UTGameHistory' |
Functions[edit]
Events[edit]
Registered[edit]
Overrides: UIDataStore.Registered
(Description copied from UIDataStore.Registered)
Called when this data store is added to the data store manager's list of active data stores.
Parameters:
- PlayerOwner - the player that will be associated with this DataStore. Only relevant if this data store is associated with a particular player; NULL if this is a global data store.
Other instance functions[edit]
HasOutstandingQueries[edit]
Overrides: UTDataStore_GameSearchPersonal.HasOutstandingQueries
Parameters:
- bRestrictCheckToSelf - if TRUE, will not check related game search data stores for outstanding queries.
Returns:
- TRUE if a server list query was started but has not completed yet.