Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/IOnlineSession
Description
Fetches the additional data a session exposes outside of the online service. NOTE: notifications will come from the OnPingSearchResultsComplete delegate
| Name | PingSearchResults |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineSessionInterface.h |
| Include Path | #include "Interfaces/OnlineSessionInterface.h" |
bool PingSearchResults
(
const FOnlineSessionSearchResult & SearchResult
)
true if the query was started, false otherwise
Parameters
| Name | Remarks |
|---|---|
| SearchResult | the specific search result to query |