IOnlineGameMatches::ProvideGameMatchFeedback

Provides a way to leave feedback on a game match

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineGameMatchesInterface.h"

Syntax

void ProvideGameMatchFeedback
(
    const FUniqueNetId & UserId,
    const FString & MatchId,
    const bool bReviewTeam,
    const FOnGameMatchFeedbackComplete & CompletionDelegate
)

Remarks

Provides a way to leave feedback on a game match

This call will invoke a UI for the player to provide feedback about the recent match they participated in

Parameters

Parameter

Description

UserId

Id of the user leaving feedback on the match

MatchId

Id of the match to leave feedback on

bReviewTeam

Whether not to review a team or only the members of the team

CompletionDelegate

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