> ## 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 数据模型。

PFEntityStatisticValue 数据模型。

## 语法

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

### 成员

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

（可选）与统计信息关联的元数据。

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

（可选）统计信息名称。

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

（可选）统计信息分数。

**`scoresCount`**   uint32\_t

分数的计数

**`version`**   int32\_t

统计信息版本。

## 要求

**头文件：** PFProfilesTypes.h

## 另请参阅

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


## Related topics

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