|
PICO Unreal Platform SDK
|
Representation of a single search result. Similar to FOnlineSessionSearch. More...
#include <OnlineSubsystemPicoNames.h>
Public Attributes | |
| TArray< FPicoOnlineSessionSearchResult > | SearchResults |
| EOnlineAsyncTaskStatePicoType | SearchState |
| int32 | MaxSearchResults |
| TArray< FString > | QuerySettingsKeyArray |
| TArray< FString > | QuerySettingsValueArray |
| bool | bIsLanQuery |
| int32 | PingBucketSize |
| int32 | PlatformHash |
| float | TimeoutInSeconds |
Representation of a single search result. Similar to FOnlineSessionSearch.
| bool bIsLanQuery |
Not used
| int32 MaxSearchResults |
The number of query results will be limited by the maximum number of searches
| int32 PingBucketSize |
Not used
| int32 PlatformHash |
Not used
| TArray<FString> QuerySettingsKeyArray |
Key for query. If you need to query matchmaking rooms, you need to add a key: PICOPOOL. If you need to query the moderated rooms, you need to add three keys: PICOMODERATEDROOMSONLY, GETMODERATEDROOMSPAGEINDEX, GETMODERATEDROOMSPAGESIZE
| TArray<FString> QuerySettingsValueArray |
Value for query. Need to exist in pair with keys
| TArray<FPicoOnlineSessionSearchResult> SearchResults |
Array of all sessions found when searching by the given criteria
| EOnlineAsyncTaskStatePicoType SearchState |
State of the search
| float TimeoutInSeconds |
Not used