My program doesn't have bugs. It just develops random features.

UE3:UTDataStore_GameSearchHistory (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
UTGame
Implemented interfaces
UIListElementCellProvider, UIListElementProvider
This class in other games:
UT3

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]
Member Value
DefaultGameSettingsClass Class'UTGame.UTGameSettingsPersonal'
GameSearchClass Class'UTGame.UTGameSearchPersonal'
SearchName 'UTGameSearchHistory'
SearchResultsProviderClass Class'UTGame.UTUIDataProvider_SearchResult'
Tag 'UTGameHistory'

Functions[edit]

Events[edit]

Registered[edit]

event Registered (LocalPlayer PlayerOwner)

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]

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.