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

# PFLobbyJoinConfiguration

> 참여하는 멤버의 초기 속성 값을 포함하여 클라이언트가 기존 PlayFab Multiplayer 로비에 참여할 때 사용되는 초기 구성 데이터입니다.

로비에 참여할 때 사용되는 초기 구성 데이터입니다.

## 구문

```cpp theme={null}
struct PFLobbyJoinConfiguration {  
    uint32_t memberPropertyCount;  
    const char* const* memberPropertyKeys;  
    const char* const* memberPropertyValues;  
}  
```

### 멤버

**`memberPropertyCount`**   uint32\_t

로비 참여자에 대한 초기 멤버 속성 수입니다.

**`memberPropertyKeys`**   const char\* const\*\
*크기 `memberPropertyCount`의 배열*

로비 참여자에 대한 초기 멤버 속성의 키입니다.

멤버별 속성은 로비의 멤버에게만 표시됩니다.

**`memberPropertyValues`**   const char\* const\*\
*크기 `memberPropertyCount`의 배열*

로비 참여자에 대한 초기 멤버 속성의 값입니다.

멤버별 속성은 로비의 멤버에게만 표시됩니다.

## 요구 사항

**헤더:** PFLobby.h

## 참고 항목

[PFLobby 멤버](/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pflobby/pflobby_members)


## Related topics

- [PFMultiplayerCreateAndJoinLobby](/ko/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pflobby/functions/pfmultiplayercreateandjoinlobby.md)
- [PFMultiplayerJoinLobby](/ko/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pflobby/functions/pfmultiplayerjoinlobby.md)
- [PFMultiplayer C/C++ API 개요 - PFLobby.h](/ko/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pflobby/pflobby_members.md)
- [LobbyJoinConfiguration](/ko/services/playfab/multiplayer/lobby/unity-multiplayer-api-reference/PlayFab.Multiplayer/LobbyJoinConfiguration/LobbyJoinConfiguration.md)
- [LobbyJoinConfiguration class](/ko/services/playfab/multiplayer/lobby/unity-multiplayer-api-reference/PlayFab.Multiplayer/LobbyJoinConfiguration/overview.md)
