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

> Modèle de données PFStatisticsEntityStatistics.

Modèle de données PFStatisticsEntityStatistics.

## Syntaxe

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

### Membres

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

(Facultatif) L'entité pour laquelle les statistiques sont retournées.

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

(Facultatif) Les statistiques pour la clé d'entité donnée.

**`statisticsCount`**   uint32\_t

Nombre de statistics

## Configuration requise

**En-tête :** PFStatisticsTypes.h

## Voir aussi

[Membres de PFStatisticsTypes](/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members)


## Related topics

- [PFStatisticsGetStatisticsForEntitiesResponse](/fr-CA/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsgetstatisticsforentitiesresponse.md)
- [Vue d'ensemble de l'API C Services - PFStatisticsTypes.h](/fr-CA/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFStatisticsEntityStatisticValue](/fr-CA/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsentitystatisticvalue.md)
- [PFStatisticsEntityStatisticValueDictionaryEntry](/fr-CA/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsentitystatisticvaluedictionaryentry.md)
- [PFStatisticsGetStatisticsForEntitiesRequest](/fr-CA/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsgetstatisticsforentitiesrequest.md)
