UTGame.UTDataStore_GameSearchPersonal
- Extends
- UTDataStore_GameSearchBase
- Modifiers
- config ( Game ) abstract
This specialized online game search data store provides the UI access to the search query and results for specific
servers that the player wishes to query. It is aware of the main game search data store, and ensures that the main
search data store is not busy before allowing any action to take place.
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object
|
+-- Engine.UIRoot
|
+-- Engine.UIDataProvider
|
+-- Engine.UIDataStore
|
+-- Engine.UIDataStore_Remote
|
+-- Engine.UIDataStore_OnlineGameSearch
|
+-- UTGame.UTDataStore_GameSearchBase
|
+-- UTGame.UTDataStore_GameSearchPersonal
Direct Known Subclasses:
UTDataStore_GameSearchFavorites, UTDataStore_GameSearchFind, UTDataStore_GameSearchHistory
Structures Summary |
ServerEntry ServerUniqueId, ServerName |
Functions Summary |
 | bool | AddServer (int ControllerId, UniqueNetId IdToAdd, const string ServerNameToAdd ))
|
 | bool | AddServerPlusIP (int ControllerID, UniqueNetID IDToAdd, string ServerNameToAdd, string IPToAdd))
|
 | int | FindServerIndexById (int ControllerId, const out UniqueNetId IdToFind ))
|
 | int | FindServerIndexByString (int ControllerId, string IdToFind ))
|
 | string | GetPlayerName (optional int ControllerId=0 ))
|
 | bool | GetPlayerNetId (out UniqueNetId out_PlayerId, optional int ControllerId=0 ))
|
 | | GetServerIdList (out array out_ServerList ))
|
 | string | GetServerIP (out const string IDString))
|
 | | GetServerStringList (out array out_ServerList ))
|
 | string | GetServerUID (out const string IDString))
|
 | bool | HasOutstandingQueries (optional bool bRestrictCheckToSelf ))
|
 | | OnSearchComplete (bool bWasSuccessful))
|
 | bool | OverrideQuerySubmission (byte ControllerId, OnlineGameSearch Search ))
|
 | bool | RemoveServer (int ControllerId, UniqueNetId IdToRemove ))
|
Inherited Functions from Engine.UIDataStore_OnlineGameSearch |
AddJoinableOfflineServer, AddOfflineServer, BuildSearchResults, ClearAllSearchResults, FindSearchConfigurationIndex, GetActiveGameSearch, GetCurrentGameSearch, GetSearchResultFromIndex, Init, InvalidateCurrentSearchResults, MoveToNext, MoveToPrevious, OnSearchComplete, OverrideQuerySubmission, SetCurrentByIndex, SetCurrentByName, ShowHostGamercard, SubmitGameSearch |
const MAX_PERSONALSERVERS = 15;
PrimaryGameSearchDataStore Source code
ServerList[MAX_PERSONALSERVERS] Source code
var config
ServerEntry ServerList[MAX_PERSONALSERVERS];
struct
ServerEntry
{
var string ServerName;
var string ServerUniqueId;
};
function bool AddServer (
int ControllerId,
UniqueNetId IdToAdd, const
string ServerNameToAdd ) )
function bool AddServerPlusIP (
int ControllerID,
UniqueNetID IDToAdd,
string ServerNameToAdd,
string IPToAdd) )
function int FindServerIndexById (
int ControllerId, const out
UniqueNetId IdToFind ) )
FindServerIndexByString Source code
function int FindServerIndexByString ( int ControllerId, string IdToFind ) )
function string GetPlayerName ( optional int ControllerId=0 ) )
function bool GetPlayerNetId ( out
UniqueNetId out_PlayerId, optional
int ControllerId=
0 ) )
function GetServerIdList ( out array<
UniqueNetId>
out_ServerList ) )
function string GetServerIP ( out const string IDString) )
function GetServerStringList ( out array<string> out_ServerList ) )
function string GetServerUID ( out const string IDString) )
function bool HasOutstandingQueries ( optional bool bRestrictCheckToSelf ) )
function OnSearchComplete ( bool bWasSuccessful) )
OverrideQuerySubmission Source code
protected
function bool OverrideQuerySubmission (
byte ControllerId,
OnlineGameSearch Search ) )
function bool RemoveServer (
int ControllerId,
UniqueNetId IdToRemove ) )
defaultproperties
{
Tag="UTGameSearchPersonal"
Name="Default__UTDataStore_GameSearchPersonal"
ObjectArchetype=UTDataStore_GameSearchBase'UTGame.Default__UTDataStore_GameSearchBase'
}
|
Creation time: sk 18-3-2018 10:00:49.641 - Created with
UnCodeX