다음을 통해 공유


PFMatchmakingMatchDetails

완료된 티켓에서 찾은 결과 일치 정보입니다.

구문

struct PFMatchmakingMatchDetails {  
    const char* matchId;  
    const PFMatchmakingMatchMember* members;  
    uint32_t memberCount;  
    const char* const* regionPreferences;  
    uint32_t regionPreferenceCount;  
    const char* lobbyArrangementString;  
    const PFMultiplayerServerDetails* serverDetails;  
}  

멤버

matchId const char*
is null-terminated

일치 항목의 ID입니다.

members const PFMatchmakingMatchMember*

함께 일치된 사용자입니다.

memberCount uint32_t

함께 일치된 멤버의 수입니다.

regionPreferences const char* const*

가장 선호도가 낮은 순으로 정렬된 매치 선호 지역입니다.

regionPreferenceCount uint32_t

일치 항목의 기본 설정 지역 수입니다.

lobbyArrangementString const char*
is null-terminated

일치 항목과 연결된 로비 정렬 문자열입니다.

이 연결 문자열은 필요에 따라 PFMultiplayerJoinArrangedLobby()와 함께 사용하여 이 일치 결과와 연결된 로비에 조인할 수 있습니다. 사용자가 참가하려고 할 때까지 로비가 만들어지지 않습니다.

serverDetails const PFMultiplayerServerDetails*
nullptr일 수 있음

이 일치 항목과 연결된 서버의 세부 정보입니다.

티켓과 연결된 매치 메이킹 큐에서 PlayFab 멀티 플레이어 서버 할당을 사용하도록 설정한 경우 이 필드가 채워집니다.

요구 사항

헤더: PFMatchmaking.h

참고 항목

PFMatchmaking 멤버