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

# PFStatisticValue

> PFStatisticValue data model.

PFStatisticValue data model.

## Syntax

```cpp theme={null}
typedef struct PFStatisticValue {  
    const char* statisticName;  
    int32_t value;  
    uint32_t version;  
} PFStatisticValue;  
```

### Members

**`statisticName`**   const char\*\
*is null-terminated*

(Optional) Unique name of the statistic.

**`value`**   int32\_t

Statistic value for the player.

**`version`**   uint32\_t

For updates to an existing statistic value for a player, the version of the statistic when it was loaded.

## Requirements

**Header:** PFTypes.h

## See also

[PFTypes members](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [Services C API overview - PFTypes.h](/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFGetPlayerCombinedInfoResultPayload](/services/playfab/api-references/c/pftypes/structs/pfgetplayercombinedinforesultpayload.md)
- [PFStatisticsEntityStatisticValue](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsentitystatisticvalue.md)
- [PFEntityStatisticValue](/services/playfab/api-references/c/pfprofilestypes/structs/pfentitystatisticvalue.md)
- [PFStatisticsEntityStatisticValueDictionaryEntry](/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsentitystatisticvaluedictionaryentry.md)
