I don't need to test my programs. I have an error-correcting modem.
UE3:UTDataStore_GameSearchFavorites (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> UIRoot >> UIDataProvider >> UIDataStore >> UIDataStore_Remote >> UIDataStore_OnlineGameSearch >> UTDataStore_GameSearchBase >> UTDataStore_GameSearchPersonal >> UTDataStore_GameSearchFavorites |
Contents |
- 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 this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
This data store class provides query and search results for the "Favorites" page. In functionality, it's essentially the same as the history data store - just stores a different list of servers.
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
[edit] Properties
[edit] HistoryGameSearchDataStore
Type: UTDataStore_GameSearchHistory
Modifiers: transient
[edit] Default values
| Property | Value | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| GameSearchCfgList[0] |
|
||||||||||
| Tag | 'UTGameFavorites' |
[edit] Instance functions
[edit] HasOutstandingQueries
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.
