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

# PFEntityStatisticValueDictionaryEntry

> PFProfilesEntityStatisticValue 값을 갖는 연관 배열의 딕셔너리 항목입니다.

PFProfilesEntityStatisticValue 값을 갖는 연관 배열의 딕셔너리 항목입니다.

## 구문

```cpp theme={null}
typedef struct PFEntityStatisticValueDictionaryEntry {  
    const char* key;  
    PFEntityStatisticValue const* value;  
} PFEntityStatisticValueDictionaryEntry;  
```

### 멤버

**`key`**   const char\*<br />*is null-terminated*

TBD

**`value`**   [PFEntityStatisticValue](/services/playfab/api-references/c/pfprofilestypes/structs/pfentitystatisticvalue) const\*

TBD

## 요구 사항

**헤더:** PFProfilesTypes.h

## 참고 항목

[PFProfilesTypes 멤버](/services/playfab/api-references/c/pfprofilestypes/pfprofilestypes_members)


## Related topics

- [PFProfilesEntityProfileBody](/ko/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilesentityprofilebody.md)
- [Services C API 개요 - PFProfilesTypes.h](/ko/services/playfab/api-references/c/pfprofilestypes/pfprofilestypes_members.md)
- [PFStatisticsEntityStatisticValueDictionaryEntry](/ko/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsentitystatisticvaluedictionaryentry.md)
- [PFStatisticsUpdateStatisticsResponse](/ko/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsupdatestatisticsresponse.md)
- [PFStatisticsGetStatisticsResponse](/ko/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsgetstatisticsresponse.md)
