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

# PFStatisticsStatisticsUpdateEventConfig

> PFStatisticsStatisticsUpdateEventConfig 데이터 모델입니다.

PFStatisticsStatisticsUpdateEventConfig 데이터 모델입니다.

## 구문

```cpp theme={null}
typedef struct PFStatisticsStatisticsUpdateEventConfig {  
    PFEventType eventType;  
} PFStatisticsStatisticsUpdateEventConfig;  
```

### 멤버

**`eventType`**   [PFEventType](/services/playfab/api-references/c/pftypes/enums/pfeventtype)

통계가 업데이트될 때 내보낼 이벤트 유형입니다.

## 요구 사항

**헤더:** PFStatisticsTypes.h

## 참고 항목

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


## Related topics

- [PFStatisticsStatisticsEventEmissionConfig](/ko/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticseventemissionconfig.md)
- [Services C API 개요 - PFStatisticsTypes.h](/ko/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFStatisticsUpdateStatisticDefinitionRequest](/ko/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsupdatestatisticdefinitionrequest.md)
- [statistic_updated](/ko/services/playfab/api-references/events/Statistics/statistic-updated.md)
- [PFStatisticsStatisticUpdate](/ko/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsstatisticupdate.md)
