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 CreateGameMatch
&40;
const FUniqueNetId & UserId,
const FGameMatchesData & MatchesData,
const FOnCreateGameMatchComplete & CompletionDelegate
&41;
Remarks
Create a game match
Parameters
| Name | 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 |