Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
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 |
- 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 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.
Properties[edit]
HistoryGameSearchDataStore[edit]
Type: UTDataStore_GameSearchHistory
Modifiers: transient
Default values[edit]
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
GameSearchCfgList[0] |
|
||||||||||
Tag | 'UTGameFavorites' |
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.