> ## 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 데이터 모델입니다.

PFStatisticValue 데이터 모델입니다.

## 구문

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

### 멤버

**`statisticName`**   const char\*\
*null로 종료됨*

(선택 사항) 통계의 고유 이름입니다.

**`value`**   int32\_t

플레이어에 대한 통계 값입니다.

**`version`**   uint32\_t

플레이어의 기존 통계 값을 업데이트하는 경우, 로드될 때의 통계 버전입니다.

## 요구 사항

**헤더:** PFTypes.h

## 함께 보기

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


## Related topics

- [PFStatisticsEntityStatisticValue](/ko/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsentitystatisticvalue.md)
- [PFEntityStatisticValue](/ko/services/playfab/api-references/c/pfprofilestypes/structs/pfentitystatisticvalue.md)
- [PFStatisticsEntityStatisticValueDictionaryEntry](/ko/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsentitystatisticvaluedictionaryentry.md)
- [PFEntityStatisticValueDictionaryEntry](/ko/services/playfab/api-references/c/pfprofilestypes/structs/pfentitystatisticvaluedictionaryentry.md)
- [PFStatisticsEntityStatistics](/ko/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsentitystatistics.md)
