IOnlineGameMatches::UpdateGameMatchStatus

Updates the status of a created match

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineGameMatchesInterface.h"

Syntax

void UpdateGameMatchStatus
(
    const FUniqueNetId & UserId,
    const FString & MatchId,
    const EUpdateGameMatchStatus & Status,
    const FOnGameMatchStatusUpdateComplete & CompletionDelegate
)

Remarks

Updates the status of a created match

Parameters

Parameter

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

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