Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/IOnlineSession
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CancelMatchmaking
(
int32 SearchingPlayerNum, |
Cancel a Matchmaking request for a given session name | Interfaces/OnlineSessionInterface.h | |
bool CancelMatchmaking
(
const FUniqueNetId& SearchingPlayerId, |
Cancel a Matchmaking request for a given session name | Interfaces/OnlineSessionInterface.h |
CancelMatchmaking(int32, FName)
Description
Cancel a Matchmaking request for a given session name
| Name | CancelMatchmaking |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineSessionInterface.h |
| Include Path | #include "Interfaces/OnlineSessionInterface.h" |
bool CancelMatchmaking
(
int32 SearchingPlayerNum,
FName SessionName
)
Parameters
| Name | Remarks |
|---|---|
| SearchingPlayerNum | the index of the player canceling the search |
| SessionName | the name of the session that was passed to StartMatchmaking (or CreateSession) |
CancelMatchmaking(const FUniqueNetId &, FName)
Description
Cancel a Matchmaking request for a given session name
| Name | CancelMatchmaking |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineSessionInterface.h |
| Include Path | #include "Interfaces/OnlineSessionInterface.h" |
bool CancelMatchmaking
(
const FUniqueNetId & SearchingPlayerId,
FName SessionName
)
Parameters
| Name | Remarks |
|---|---|
| SearchingPlayerId | the id of the player canceling the search |
| SessionName | the name of the session that was passed to StartMatchmaking (or CreateSession) |