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

> PFEntityStatisticValue data model.

PFEntityStatisticValue data model.

## Syntax

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

### Members

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

(Optional) Metadata associated with the Statistic.

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

(Optional) Statistic name.

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

(Optional) Statistic scores.

**`scoresCount`**   uint32\_t

Count of scores

**`version`**   int32\_t

Statistic version.

## Requirements

**Header:** PFProfilesTypes.h

## See also

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


## Related topics

- [PFEntityStatisticValueDictionaryEntry](/services/playfab/api-references/c/pfprofilestypes/structs/pfentitystatisticvaluedictionaryentry.md)
- [Services C API overview - PFProfilesTypes.h](/services/playfab/api-references/c/pfprofilestypes/pfprofilestypes_members.md)
- [PFStatisticsEntityStatisticValue](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsentitystatisticvalue.md)
- [PFStatisticsEntityStatisticValueDictionaryEntry](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsentitystatisticvaluedictionaryentry.md)
- [PFStatisticsEntityStatistics](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsentitystatistics.md)
