Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A member of a match result.
Syntax
struct PFMatchmakingMatchMember {
PFEntityKey entityKey;
const char* teamId;
const char* attributes;
}
Members
entityKey PFEntityKey
The Entity Key for this match member.
teamId const char*
is null-terminated
The team ID assigned to this match member.
May be empty if the matchmaking queue doesn't use team rules.
attributes const char*
is null-terminated
The attributes for this user in serialized JSON format.
Requirements
Header: PFMatchmaking.h