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

# PFVariable

> Modelo de datos de PFVariable.

Modelo de datos de PFVariable.

## Sintaxis

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

### Miembros

**`name`**   const char\*\
*is null-terminated*

Nombre de la variable.

**`value`**   const char\*\
*is null-terminated*

(Opcional) Valor de la variable.

## Requisitos

**Encabezado:** PFTypes.h

## Consulte también

[Miembros de PFTypes](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFTreatmentAssignment](/es/services/playfab/api-references/c/pftypes/structs/pftreatmentassignment.md)
- [Información general de la API de C de Services - PFTypes.h](/es/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [ExperimentVariable](/es/services/playfab/api-references/events/data-types/experimentvariable.md)
- [D3D12_VARIABLE_SHADING_RATE_TIER](/es/reference/graphics/d3d12/enums/d3d12_variable_shading_rate_tier_public.md)
- [Sombreado de velocidad variable (VRS) en XBOX Series X|S](/es/build/core-features/graphics/newfeatures/vrs/index.md)
