IOnlineSession::CancelMatchmaking

Cancel a Matchmaking request for a given session name

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineSessionInterface.h"

Syntax

bool CancelMatchmaking
(
    const FUniqueNetId & SearchingPlayerId,
    FName SessionName
)

Remarks

Cancel a Matchmaking request for a given session name

Parameters

Parameter

Description

SearchingPlayerId

the id of the player canceling the search

SessionName

the name of the session that was passed to StartMatchmaking (or CreateSession)

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