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

UE3:UTDataStore_GameSearchHistory (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 01:06, 26 July 2008 by Wormbo (Talk | contribs) (1 revision)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Package: 
UTGame
Implemented interfaces
UIListElementCellProvider, UIListElementProvider
This class in other games:
UDK

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

FavoritesGameSearchDataStore

Type: UTDataStore_GameSearchFavorites

Modifiers: transient

Reference to the search data store that handles the player's list of favorite servers

FavoritesGameSearchDataStoreClass

Type: class<UTDataStore_GameSearchFavorites>


Default value: Class'UTGame.UTDataStore_GameSearchFavorites'

Default values

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

Functions

Events

Registered

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

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.