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

> Modelo de dados de PFStatisticsEntityStatistics.

Modelo de dados de PFStatisticsEntityStatistics.

## Sintaxe

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

### Membros

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

(Opcional) A entidade para a qual as estatísticas são retornadas.

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

(Opcional) As estatísticas para a chave de entidade fornecida.

**`statisticsCount`**   uint32\_t

Contagem de statistics

## Requisitos

**Cabeçalho:** PFStatisticsTypes.h

## Confira também

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


## Related topics

- [PFStatisticsGetStatisticsForEntitiesResponse](/pt-BR/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsgetstatisticsforentitiesresponse.md)
- [Visão geral da API C do Services - PFStatisticsTypes.h](/pt-BR/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFStatisticsEntityStatisticValue](/pt-BR/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsentitystatisticvalue.md)
- [PFStatisticsEntityStatisticValueDictionaryEntry](/pt-BR/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsentitystatisticvaluedictionaryentry.md)
- [PFStatisticsGetStatisticsForEntitiesAsync](/pt-BR/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsgetstatisticsforentitiesasync.md)
