IOnlineGameMatches::UpdateGameMatchDetails

Updates game match information while match is still in progress

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineGameMatchesInterface.h"

Syntax

void UpdateGameMatchDetails
(
    const FUniqueNetId & UserId,
    const FString & MatchId,
    const FGameMatchRoster & MatchRoster,
    const FOnUpdateGameMatchDetailsComplete & CompletionDelegate
)

Remarks

Updates game match information while match is still in progress

Parameters

Parameter

Description

UserId

Id of the user updating the match information

MatchId

The id of the match to be updated

MatchRoster

Information on players and teams that have changed during the match (such as scores, etc)

CompletionDelegate

Completion delegate called when UpdateGameMatchDetails 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