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 UpdateGameMatchDetails
&40;
const FUniqueNetId & UserId,
const FString & MatchId,
const FGameMatchRoster & MatchRoster,
const FOnUpdateGameMatchDetailsComplete & CompletionDelegate
&41;
Remarks
Updates game match information while match is still in progress
Parameters
| Name | 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 |