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

# PFStatisticsStatisticUpdate

> PFStatisticsStatisticUpdate 데이터 모델입니다.

PFStatisticsStatisticUpdate 데이터 모델입니다.

## 구문

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

### 멤버

**`metadata`**   const char\*<br />*is null-terminated*

(선택 사항) 통계와 함께 저장할 임의의 메타데이터이며, 모든 Leaderboard API에서 반환됩니다.

**`name`**   const char\*<br />*is null-terminated*

원래 구성된 대로의 통계 이름입니다.

**`scores`**   const char\* const\*<br />*may be nullptr*

(선택 사항) 엔터티의 통계 점수입니다. 통계에 대해 구성된 집계 방법에 따라 사용됩니다. 각 개별 점수에 허용되는 최대값은 9223372036854775807이고, 각 개별 점수의 최소값은 -9223372036854775807입니다. 64비트 정수를 처리할 수 없는 클라이언트 라이브러리와의 상호 운용성 문제를 피하기 위해 값은 문자열로 형식이 지정됩니다.

**`scoresCount`**   uint32\_t

scores의 개수입니다.

**`version`**   uint32\_t const\*<br />*may be nullptr*

(선택 사항) 설정할 통계의 버전을 나타내는 선택적 필드입니다. 비어 있으면 통계의 현재 버전이 기본값이 됩니다.

## 요구 사항

**헤더:** PFStatisticsTypes.h

## 참고 항목

[PFStatisticsTypes 멤버](/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members)


## Related topics

- [PFStatisticsUpdateStatisticsRequest](/ko/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsupdatestatisticsrequest.md)
- [Services C API 개요 - PFStatisticsTypes.h](/ko/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFStatisticsUpdateStatisticsResponse](/ko/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsupdatestatisticsresponse.md)
- [PFStatisticsUpdateStatisticsAsync](/ko/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsupdatestatisticsasync.md)
- [statistic_updated](/ko/services/playfab/api-references/events/Statistics/statistic-updated.md)
