Mostly Harmless

UE3:UTDataStore_GameSearchHistory (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search

Contents

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.

[edit] Properties

[edit] FavoritesGameSearchDataStore

Type: UTDataStore_GameSearchFavorites

Modifiers: transient

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

[edit] FavoritesGameSearchDataStoreClass

Type: class<UTDataStore_GameSearchFavorites>


Default value: Class'UTGame.UTDataStore_GameSearchFavorites'

[edit] 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'

[edit] Functions

[edit] Events

[edit] 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.

[edit] Other instance functions

[edit] 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.