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

# PartyNetworkConfigurationMadeAvailableStateChange

> *NetworkConfigurationMadeAvailable* 유형의 상태 변경에 관한 정보입니다.

*NetworkConfigurationMadeAvailable* 유형의 상태 변경에 관한 정보입니다.

## Syntax

```cpp theme={null}
struct PartyNetworkConfigurationMadeAvailableStateChange : PartyStateChange {  
    PartyNetwork* network;  
    PartyNetworkConfiguration* networkConfiguration;  
}  
```

### Members

**`network`**   [PartyNetwork](/services/playfab/multiplayer/networking/reference/classes/PartyNetwork/partynetwork)\*

네트워크 구성이 제공된 네트워크입니다.

**`networkConfiguration`**   [PartyNetworkConfiguration](/services/playfab/multiplayer/networking/reference/structs/partynetworkconfiguration)\*

새로 사용할 수 있게 된 네트워크 구성입니다.

## Requirements

**Header:** Party.h

## 함께 보기

[Party members](/services/playfab/multiplayer/networking/reference/party_members)\
[PartyNetwork::GetNetworkConfiguration](/services/playfab/multiplayer/networking/reference/classes/PartyNetwork/methods/partynetwork_getnetworkconfiguration)


## Related topics

- [PartyNetwork::GetNetworkConfiguration](/ko/services/playfab/multiplayer/networking/reference/classes/PartyNetwork/methods/partynetwork_getnetworkconfiguration.md)
- [Party C/C++ API 개요](/ko/services/playfab/multiplayer/networking/reference/party_members.md)
- [PartyStateChangeType](/ko/services/playfab/multiplayer/networking/reference/enums/partystatechangetype.md)
- [PartyRegionUpdateMode](/ko/services/playfab/multiplayer/networking/reference/enums/partyregionupdatemode.md)
- [PartyNetworkConfiguration](/ko/services/playfab/multiplayer/networking/reference/structs/partynetworkconfiguration.md)
