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

# PartyInvitation

> 사용자를 네트워크에 인증하는 데 사용되는 초대를 나타냅니다.

사용자를 네트워크에 인증하는 데 사용되는 초대를 나타냅니다.

## Syntax

```cpp theme={null}
class PartyInvitation  
```

## Public Methods

| Name                                                                                                                                                        | Description                                                                                                                                                                                                                    |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [GetCreatorEntityId](/services/playfab/multiplayer/networking/reference/classes/PartyInvitation/methods/partyinvitation_getcreatorentityid)                 | 이 초대를 만든 사용자의 PlayFab Entity ID를 가져오거나, 이 초대가 [PartyManager::CreateNewNetwork()](/services/playfab/multiplayer/networking/reference/classes/PartyManager/methods/partymanager_createnewnetwork) 작업의 일부로 생성된 경우 nullptr를 반환합니다. |
| [GetInvitationConfiguration](/services/playfab/multiplayer/networking/reference/classes/PartyInvitation/methods/partyinvitation_getinvitationconfiguration) | 이 초대의 구성을 가져옵니다.                                                                                                                                                                                                               |
| [GetCustomContext](/services/playfab/multiplayer/networking/reference/classes/PartyInvitation/methods/partyinvitation_getcustomcontext)                     | 이 초대 개체와 이전에 연결된 앱의 사설, 사용자 지정 포인터 크기 컨텍스트 값을 가져옵니다.                                                                                                                                                                           |
| [SetCustomContext](/services/playfab/multiplayer/networking/reference/classes/PartyInvitation/methods/partyinvitation_setcustomcontext)                     | 이 초대 개체에 선택적 사용자 지정 포인터 크기 컨텍스트 값을 구성합니다.                                                                                                                                                                                      |

## Requirements

**Header:** Party.h

## See also

[Party members](/services/playfab/multiplayer/networking/reference/party_members)\
[PartyManager::CreateNewNetwork](/services/playfab/multiplayer/networking/reference/classes/PartyManager/methods/partymanager_createnewnetwork)\
[PartyNetwork::CreateInvitation](/services/playfab/multiplayer/networking/reference/classes/PartyNetwork/methods/partynetwork_createinvitation)\
[PartyNetwork::AuthenticateLocalUser](/services/playfab/multiplayer/networking/reference/classes/PartyNetwork/methods/partynetwork_authenticatelocaluser)\
[PartyInvitationConfiguration](/services/playfab/multiplayer/networking/reference/structs/partyinvitationconfiguration)


## Related topics

- [PartyInvitation::GetInvitationConfiguration](/ko/services/playfab/multiplayer/networking/reference/classes/PartyInvitation/methods/partyinvitation_getinvitationconfiguration.md)
- [PartyInvitationConfiguration](/ko/services/playfab/multiplayer/networking/reference/structs/partyinvitationconfiguration.md)
- [PartyInvitation::GetCustomContext](/ko/services/playfab/multiplayer/networking/reference/classes/PartyInvitation/methods/partyinvitation_getcustomcontext.md)
- [PartyInvitation::SetCustomContext](/ko/services/playfab/multiplayer/networking/reference/classes/PartyInvitation/methods/partyinvitation_setcustomcontext.md)
- [PartyInvitationRevocability](/ko/services/playfab/multiplayer/networking/reference/enums/partyinvitationrevocability.md)
