> ## 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 />*null 終端*

(省略可能) 統計情報に関連付けられたメタデータ。

**`name`**   const char\*<br />*null 終端*

(省略可能) 統計情報の名前。

**`scores`**   const char\* const\*<br />*nullptr の可能性あり*

(省略可能) 統計情報のスコア。

**`scoresCount`**   uint32\_t

scores の数。

**`version`**   int32\_t

統計情報のバージョン。

## 要件

**ヘッダー:** PFProfilesTypes.h

## 関連項目

[PFProfilesTypes のメンバー](/services/playfab/api-references/c/pfprofilestypes/pfprofilestypes_members)


## Related topics

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