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

# PFStatisticsEntityStatisticValue

> PFStatisticsEntityStatisticValue データ モデル。

PFStatisticsEntityStatisticValue データ モデル。

## 構文

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

### メンバー

**`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

scores の数。

**`version`**   int32\_t

統計バージョン。

## 要件

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

## 関連項目

[PFStatisticsTypes のメンバー](/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members)


## Related topics

- [PFStatisticsEntityStatisticValueDictionaryEntry](/ja-jp/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsentitystatisticvaluedictionaryentry.md)
- [PFStatisticsEntityStatistics](/ja-jp/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsentitystatistics.md)
- [Services C API overview - PFStatisticsTypes.h](/ja-jp/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFEntityStatisticValue](/ja-jp/services/playfab/api-references/c/pfprofilestypes/structs/pfentitystatisticvalue.md)
- [PFEntityStatisticValueDictionaryEntry](/ja-jp/services/playfab/api-references/c/pfprofilestypes/structs/pfentitystatisticvaluedictionaryentry.md)
