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

# PFEntityLineageDictionaryEntry

> PFEntityLineage 값이 있는 연관 배열의 사전 항목입니다.

PFEntityLineage 값이 있는 연관 배열의 사전 항목입니다.

## 구문

```cpp theme={null}
typedef struct PFEntityLineageDictionaryEntry {  
    const char* key;  
    PFEntityLineage const* value;  
} PFEntityLineageDictionaryEntry;  
```

### 멤버

**`key`**   const char\*\
*null로 종료됨*

TBD

**`value`**   [PFEntityLineage](/services/playfab/api-references/c/pftypes/structs/pfentitylineage) const\*

TBD

## 요구 사항

**헤더:** PFTypes.h

## 함께 보기

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


## Related topics

- [PFAccountManagementGetTitlePlayersFromProviderIDsResponse](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgettitleplayersfromprovideridsresponse.md)
- [Services C API 개요 - PFTypes.h](/ko/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFEntityKeyDictionaryEntry](/ko/services/playfab/api-references/c/pftypes/structs/pfentitykeydictionaryentry.md)
- [PFEntityStatisticValueDictionaryEntry](/ko/services/playfab/api-references/c/pfprofilestypes/structs/pfentitystatisticvaluedictionaryentry.md)
- [PFStatisticsEntityStatisticValueDictionaryEntry](/ko/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsentitystatisticvaluedictionaryentry.md)
