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

# PFStatisticsStatisticDelete

> Modèle de données PFStatisticsStatisticDelete.

Modèle de données PFStatisticsStatisticDelete.

## Syntaxe

```cpp theme={null}
typedef struct PFStatisticsStatisticDelete {  
    const char* name;  
} PFStatisticsStatisticDelete;  
```

### Membres

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

Nom de la statistique, telle que configurée à l'origine.

## Configuration requise

**En-tête :** PFStatisticsTypes.h

## Voir aussi

[Membres de PFStatisticsTypes](/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members)
