> ## 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](/ja-jp/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsgetstatisticsforentitiesresponse.md)
- [Services C API overview - PFStatisticsTypes.h](/ja-jp/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFStatisticsEntityStatisticValue](/ja-jp/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsentitystatisticvalue.md)
- [PFStatisticsEntityStatisticValueDictionaryEntry](/ja-jp/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsentitystatisticvaluedictionaryentry.md)
- [PFStatisticsGetStatisticsForEntitiesRequest](/ja-jp/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsgetstatisticsforentitiesrequest.md)
