> ## 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.

# PFMatchmakingTicketConfiguration

> PlayFab Multiplayer マッチメイキング チケットの作成に使用される構成データです。タイムアウト、キュー名、レイテンシ測定の使用などのオプションを含みます。

マッチメイキング チケットの構成を定義します。

## 構文

```cpp theme={null}
struct PFMatchmakingTicketConfiguration {  
    uint32_t timeoutInSeconds;  
    const char* queueName;  
    uint32_t membersToMatchWithCount;  
    const PFEntityKey* membersToMatchWith;  
}  
```

### メンバー

**`timeoutInSeconds`**   uint32\_t

チケットのマッチメイキングを試行する時間 (秒単位) です。

**`queueName`**   const char\*\
*null 終端です*

マッチ キューの名前です。

**`membersToMatchWithCount`**   uint32\_t

チケットへの参加が期待される他の特定ユーザーの数です。

**`membersToMatchWith`**   const [PFEntityKey](/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pfmultiplayer/pfentitykey_clientsdk)\*\
*サイズ `membersToMatchWithCount` の配列*

チケットへの参加が期待される他の特定ユーザーの PlayFab エンティティ キーです。

このフィールドは、チケットへの参加が期待される他の特定ユーザーの数を指定します。通常、このリストは一緒にマッチを探すフレンドまたはファイアチームのグループを表します。指定されたすべてのユーザーが [PFMultiplayerJoinMatchmakingTicketFromId](/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pfmatchmaking/functions/pfmultiplayerjoinmatchmakingticketfromid) を介してチケットに参加するまで、マッチは見つかりません。

## 要件

**ヘッダー:** PFMatchmaking.h

## 関連項目

[PFMatchmaking のメンバー](/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pfmatchmaking/pfmatchmaking_members)


## Related topics

- [PFMultiplayerCreateMatchmakingTicket](/ja-jp/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pfmatchmaking/functions/pfmultiplayercreatematchmakingticket.md)
- [Matchmaking SDK quickstart](/ja-jp/services/playfab/multiplayer/matchmaking/quickstart-client-sdk.md)
- [PFMultiplayer C/C++ API overview - PFMatchmaking.h](/ja-jp/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pfmatchmaking/pfmatchmaking_members.md)
- [PFMatchmakingServerBackfillTicketConfiguration](/ja-jp/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pfmatchmaking/structs/pfmatchmakingserverbackfillticketconfiguration.md)
- [XblMatchmakingCreateMatchTicketAsync](/ja-jp/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakingcreatematchticketasync.md)
