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

# PFStatisticsEntityStatisticValue

> Modelo de datos de PFStatisticsEntityStatisticValue.

Modelo de datos de PFStatisticsEntityStatisticValue.

## Sintaxis

```cpp theme={null}
typedef struct PFStatisticsEntityStatisticValue {  
    const char* metadata;  
    const char* name;  
    const char* const* scores;  
    uint32_t scoresCount;  
    int32_t version;  
} PFStatisticsEntityStatisticValue;  
```

### Miembros

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

(Opcional) Metadatos asociados a la estadística.

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

(Opcional) Nombre de la estadística.

**`scores`**   const char\* const\*<br />*may be nullptr*

(Opcional) Puntuaciones de la estadística.

**`scoresCount`**   uint32\_t

Recuento de scores

**`version`**   int32\_t

Versión de la estadística.

## Requisitos

**Encabezado:** PFStatisticsTypes.h

## Consulte también

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


## Related topics

- [PFStatisticsEntityStatisticValueDictionaryEntry](/es/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsentitystatisticvaluedictionaryentry.md)
- [PFStatisticsEntityStatistics](/es/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsentitystatistics.md)
- [Información general de la API de C de Services - PFStatisticsTypes.h](/es/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFEntityStatisticValue](/es/services/playfab/api-references/c/pfprofilestypes/structs/pfentitystatisticvalue.md)
- [PFEntityStatisticValueDictionaryEntry](/es/services/playfab/api-references/c/pfprofilestypes/structs/pfentitystatisticvaluedictionaryentry.md)
