IOnlineSession::PingSearchResults

Fetches the additional data a session exposes outside of the online service.

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineSessionInterface.h

Include

#include "Interfaces/OnlineSessionInterface.h"

Syntax

bool PingSearchResults
(
    const FOnlineSessionSearchResult & SearchResult
)

Remarks

Fetches the additional data a session exposes outside of the online service. NOTE: notifications will come from the OnPingSearchResultsComplete delegate

Returns

true if the query was started, false otherwise

Parameters

Parameter

Description

SearchResult

the specific search result to query

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss