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

# PFTreatmentAssignment

> PFTreatmentAssignment 데이터 모델입니다.

PFTreatmentAssignment 데이터 모델입니다.

## 구문

```cpp theme={null}
typedef struct PFTreatmentAssignment {  
    PFVariable const* variables;  
    uint32_t variablesCount;  
    const char* const* variants;  
    uint32_t variantsCount;  
} PFTreatmentAssignment;  
```

### 멤버

**`variables`**   [PFVariable](/services/playfab/api-references/c/pftypes/structs/pfvariable) const\*\
*nullptr일 수 있음*

(선택 사항) 실험 변수 목록입니다.

**`variablesCount`**   uint32\_t

variables의 개수

**`variants`**   const char\* const\*\
*nullptr일 수 있음*

(선택 사항) 실험 변형 목록입니다.

**`variantsCount`**   uint32\_t

variants의 개수

## 요구 사항

**헤더:** PFTypes.h

## 함께 보기

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


## Related topics

- [PFExperimentationGetTreatmentAssignmentResult](/ko/services/playfab/api-references/c/pfexperimentationtypes/structs/pfexperimentationgettreatmentassignmentresult.md)
- [PFAuthenticationLoginResult](/ko/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationloginresult.md)
- [Services C API 개요 - PFTypes.h](/ko/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFExperimentationGetTreatmentAssignmentAsync](/ko/services/playfab/api-references/c/pfexperimentation/functions/pfexperimentationgettreatmentassignmentasync.md)
- [PFExperimentationGetTreatmentAssignmentRequest](/ko/services/playfab/api-references/c/pfexperimentationtypes/structs/pfexperimentationgettreatmentassignmentrequest.md)
