> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFMatchmakingTicketStatusChangedStateChange

> 매치메이킹 티켓이 대기 중 또는 매치됨과 같은 상태 간에 전환될 때 발생하는 TicketStatusChanged PlayFab Multiplayer 상태 변경의 세부 정보입니다.

상태 변경의 *TicketStatusChanged* 형식에 대한 특정 정보입니다.

## 구문

```cpp theme={null}
struct PFMatchmakingTicketStatusChangedStateChange : PFMatchmakingStateChange {  
    PFMatchmakingTicketHandle ticket;  
}  
```

### 멤버

**`ticket`**   PFMatchmakingTicketHandle\
*null이 아니어야 함*

상태가 변경된 매치메이킹 티켓입니다.

새 티켓 상태는 [PFMatchmakingTicketGetStatus](/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pfmatchmaking/functions/pfmatchmakingticketgetstatus)를 통해 검색할 수 있습니다.

## 요구 사항

**헤더:** PFMatchmaking.h

## 함께 보기

[PFMatchmaking members](/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pfmatchmaking/pfmatchmaking_members)


## Related topics

- [PFMatchmakingStateChangeType](/ko/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pfmatchmaking/enums/pfmatchmakingstatechangetype.md)
- [PFMultiplayer C/C++ API 개요 - PFMatchmaking.h](/ko/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pfmatchmaking/pfmatchmaking_members.md)
- [PFMultiplayerJoinMatchmakingTicketFromId](/ko/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pfmatchmaking/functions/pfmultiplayerjoinmatchmakingticketfromid.md)
- [PFMultiplayerCreateMatchmakingTicket](/ko/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pfmatchmaking/functions/pfmultiplayercreatematchmakingticket.md)
- [PFMultiplayerCreateServerBackfillTicket](/ko/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pfmatchmaking/functions/pfmultiplayercreateserverbackfillticket.md)
