Nakama C++ Client SDK 2.5.1
Client for Nakama Server
NMatchmakerMatched Struct Reference

A successful matchmaking result. More...

#include <NMatchmakerMatched.h>

Public Attributes

std::string ticket
 
std::string matchId
 Match ID. More...
 
std::string token
 Match join token. More...
 
std::vector< NMatchmakerUserusers
 The users that have been matched together, and information about their matchmaking data. More...
 
NMatchmakerUser self
 A reference to the current user and their properties. More...
 

Detailed Description

A successful matchmaking result.

Member Data Documentation

◆ matchId

std::string NMatchmakerMatched::matchId

Match ID.

◆ self

NMatchmakerUser NMatchmakerMatched::self

A reference to the current user and their properties.

◆ ticket

std::string NMatchmakerMatched::ticket

The matchmaking ticket that has completed. The match token or match ID to join.

◆ token

std::string NMatchmakerMatched::token

Match join token.

◆ users

std::vector<NMatchmakerUser> NMatchmakerMatched::users

The users that have been matched together, and information about their matchmaking data.


The documentation for this struct was generated from the following file: