다음을 통해 공유


PFMatchmakingMatchMember

매치 결과의 멤버입니다.

구문

struct PFMatchmakingMatchMember {  
    PFEntityKey entityKey;  
    const char* teamId;  
    const char* attributes;  
}  

멤버

entityKeyPFEntityKey

이 매치 멤버의 엔터티 키입니다.

teamId const char*
is null-terminated

이 매치 멤버에게 할당된 팀 ID입니다.

매치 메이킹 큐에서 팀 규칙을 사용하지 않는 경우 비어 있을 수 있습니다.

attributes const char*
is null-terminated

직렬화된 JSON 형식에서 이 사용자에 대한 특성입니다.

요구 사항

헤더: PFMatchmaking.h

참고 항목

PFMatchmaking 멤버