There is no spoon
Difference between revisions of "UE3:UTDataStore GameSearchHistory (UT3)"
From Unreal Wiki, The Unreal Engine Documentation Site
(Auto-generated page) |
(Talk) |
||
(One intermediate revision by one other user not shown) | |||
Line 16: | Line 16: | ||
most recently visited servers. | most recently visited servers. | ||
− | Copyright | + | Copyright 1998-2008 Epic Games, Inc. All Rights Reserved. |
==Properties== | ==Properties== |
Revision as of 02:44, 26 July 2008
Object >> UIRoot >> UIDataProvider >> UIDataStore >> UIDataStore_Remote >> UIDataStore_OnlineGameSearch >> UTDataStore_GameSearchBase >> UTDataStore_GameSearchPersonal >> UTDataStore_GameSearchHistory |
- Package:
- UTGame
- Implemented interfaces:
- UIListElementCellProvider, UIListElementProvider
- This class in other games:
- UDK
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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] |
|
||||||||||
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
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.