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

# PFStatisticModel

> PFStatisticModel 데이터 모델입니다.

PFStatisticModel 데이터 모델입니다.

## 구문

```cpp theme={null}
typedef struct PFStatisticModel {  
    const char* name;  
    int32_t value;  
    int32_t version;  
} PFStatisticModel;  
```

### 멤버

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

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

**`value`**   int32\_t

통계 값입니다.

**`version`**   int32\_t

통계 버전입니다(버전 지정 통계가 아닌 경우 0).

## 요구 사항

**헤더:** PFTypes.h

## 함께 보기

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


## Related topics

- [PFPlayerProfileModel](/ko/services/playfab/api-references/c/pftypes/structs/pfplayerprofilemodel.md)
- [Services C API 개요 - PFTypes.h](/ko/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFStatisticsStatisticUpdate](/ko/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticupdate.md)
- [PFStatisticsEntityStatistics](/ko/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsentitystatistics.md)
- [PFStatisticsStatisticColumn](/ko/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticcolumn.md)
