Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlineGameMatches
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineGameMatchesInterface.h |
| Include | #include "Interfaces/OnlineGameMatchesInterface.h" |
void UpdateGameMatchStatus
&40;
const FUniqueNetId & UserId,
const FString & MatchId,
const EUpdateGameMatchStatus & Status,
const FOnGameMatchStatusUpdateComplete & CompletionDelegate
&41;
Remarks
Updates the status of a created match
Parameters
| Name | Description |
|---|---|
| UserId | Id of the user updating the match state |
| MatchId | The id of the match to update |
| Status | The new status to update the match to |
| CompletionDelegate | Completion delegate called when UpdateGameMatchStatus is complete |