> ## 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](/ko/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsentitystatisticvaluedictionaryentry.md)
- [PFStatisticsEntityStatistics](/ko/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsentitystatistics.md)
- [Services C API 개요 - PFStatisticsTypes.h](/ko/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFEntityStatisticValue](/ko/services/playfab/api-references/c/pfprofilestypes/structs/pfentitystatisticvalue.md)
- [PFEntityStatisticValueDictionaryEntry](/ko/services/playfab/api-references/c/pfprofilestypes/structs/pfentitystatisticvaluedictionaryentry.md)
