I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE3:UTDataStore_GameSearchFavorites (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 02:44, 26 July 2008 by (Talk)

Jump to: navigation, search
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.