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

# PFStatisticsEntityStatistics

> PFStatisticsEntityStatistics 데이터 모델입니다.

PFStatisticsEntityStatistics 데이터 모델입니다.

## 구문

```cpp theme={null}
typedef struct PFStatisticsEntityStatistics {  
    PFEntityKey const* entityKey;  
    PFStatisticsEntityStatisticValue const* statistics;  
    uint32_t statisticsCount;  
} PFStatisticsEntityStatistics;  
```

### 멤버

**`entityKey`**   [PFEntityKey](/services/playfab/api-references/c/pftypes/structs/pfentitykey-c) const\*<br />*may be nullptr*

(선택 사항) 통계가 반환되는 엔터티입니다.

**`statistics`**   [PFStatisticsEntityStatisticValue](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsentitystatisticvalue) const\*<br />*may be nullptr*

(선택 사항) 지정된 엔터티 키의 통계입니다.

**`statisticsCount`**   uint32\_t

statistics의 개수입니다.

## 요구 사항

**헤더:** PFStatisticsTypes.h

## 참고 항목

[PFStatisticsTypes 멤버](/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members)


## Related topics

- [PFStatisticsGetStatisticsForEntitiesResponse](/ko/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsgetstatisticsforentitiesresponse.md)
- [Services C API 개요 - PFStatisticsTypes.h](/ko/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFStatisticsEntityStatisticValue](/ko/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsentitystatisticvalue.md)
- [PFStatisticsEntityStatisticValueDictionaryEntry](/ko/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsentitystatisticvaluedictionaryentry.md)
- [PFStatisticsGetStatisticsForEntitiesRequest](/ko/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsgetstatisticsforentitiesrequest.md)
