PFMatchmakingTicketConfiguration
매치 메이킹 티켓의 구성을 정의합니다.
구문
struct PFMatchmakingTicketConfiguration {
uint32_t timeoutInSeconds;
const char* queueName;
uint32_t membersToMatchWithCount;
const PFEntityKey* membersToMatchWith;
}
멤버
timeoutInSeconds
uint32_t
티켓 매치 메이킹을 시도하는 기간(초)입니다.
queueName
const char*
is null-terminated
매치 큐의 이름입니다.
membersToMatchWithCount
uint32_t
티켓에 참가할 것으로 예상되는 다른 특정 사용자의 수입니다.
membersToMatchWith
const PFEntityKey*
크기 배열 membersToMatchWithCount
티켓에 참가할 것으로 예상되는 다른 특정 사용자의 PlayFab 엔터티 키입니다.
이 필드는 티켓에 참가할 것으로 예상되는 다른 특정 사용자의 수를 지정합니다. 일반적으로 이 목록은 함께 매치를 찾고 있는 친구 또는 파이어팀 그룹을 나타냅니다. 지정된 모든 사용자가 PFMultiplayerJoinMatchmakingTicketFromId를 통해 티켓에 참가할 때까지 일치 항목을 찾을 수 없습니다.
요구 사항
헤더: PFMatchmaking.h