I don't need to test my programs. I have an error-correcting modem.

Difference between revisions of "UE3:UTDataStore GameSearchFavorites (UT3)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Auto-generated page)
 
(Talk)
(One intermediate revision by one other user not shown)
Line 16: Line 16:
 
the same as the history data store - just stores a different list of servers.
 
the same as the history data store - just stores a different list of servers.
  
Copyright 2007 Epic Games, Inc. All Rights Reserved
+
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
  
 
==Properties==
 
==Properties==

Revision as of 02:44, 26 July 2008

Package: 
UTGame
Implemented interfaces
UIListElementCellProvider, UIListElementProvider
This class in other games:
UDK

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

HistoryGameSearchDataStore

Type: UTDataStore_GameSearchHistory

Modifiers: transient


Default values

Property Value
GameSearchCfgList[0]
Member Value
DefaultGameSettingsClass Class'UTGame.UTGameSettingsPersonal'
GameSearchClass Class'UTGame.UTGameSearchPersonal'
SearchName 'UTGameSearchFavorites'
SearchResultsProviderClass Class'UTGame.UTUIDataProvider_SearchResult'
Tag 'UTGameFavorites'

Instance functions

HasOutstandingQueries

function bool HasOutstandingQueries (optional bool bRestrictCheckToSelf)

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.