I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE3:UTDataStore_GameSearchFind (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> UIRoot >> UIDataProvider >> UIDataStore >> UIDataStore_Remote >> UIDataStore_OnlineGameSearch >> UTDataStore_GameSearchBase >> UTDataStore_GameSearchPersonal >> UTDataStore_GameSearchFind |
Contents |
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
This data store class provides query and search results for the UTQueryHelper class. This is a stripped down version of the history/favourites data store, which searches for servers based upon port and IP.
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
[edit] Properties
[edit] HistoryGameSearchDataStore
Type: UTDataStore_GameSearchHistory
Modifiers: transient
[edit] SearchIP
Type: string
[edit] SearchPort
Type: string
[edit] Default values
| Property | Value | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| GameSearchCfgList[0] |
|
||||||||||
| Tag | 'UTGameFind' |
[edit] Delegates
[edit] OnSetupQueryFilters
[edit] Instance functions
[edit] 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.
[edit] OnSearchComplete
Overrides: UTDataStore_GameSearchPersonal.OnSearchComplete
(Description copied from UTDataStore_GameSearchPersonal.OnSearchComplete)
Called by the online subsystem when the game search has completed
Parameters:
- bWasSuccessful - true if the async action completed without error, false if there was an error
[edit] OverrideQuerySubmission
Overrides: UTDataStore_GameSearchPersonal.OverrideQuerySubmission
(Description copied from UTDataStore_GameSearchPersonal.OverrideQuerySubmission)
Worker for SubmitGameSeach; allows child classes to perform additional work before the query is submitted.
Parameters:
- ControllerId - the index of the controller for the player to perform the search for.
- Search - the search object that will be used to generate the query.
Returns:
- TRUE to prevent SubmitGameSeach from submitting the search (such as when you do this step yourself).
