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

# PFEntityStatisticValue

> Modelo de datos de PFEntityStatisticValue.

Modelo de datos de PFEntityStatisticValue.

## Sintaxis

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

### 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:** PFProfilesTypes.h

## Consulte también

[Miembros de PFProfilesTypes](/services/playfab/api-references/c/pfprofilestypes/pfprofilestypes_members)


## Related topics

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