IOnlineGameMatches::CreateGameMatch

Create 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 CreateGameMatch
(
    const FUniqueNetId & UserId,
    const FGameMatchesData & MatchesData,
    const FOnCreateGameMatchComplete & CompletionDelegate
)

Remarks

Create a game match

Parameters

Parameter

Description

UserId

Id of the user creating the match

MatchesData

Game match data required to start a new match

CompletionDelegate

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