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

# PFEntityLineage

> PFEntityLineage 数据模型。

PFEntityLineage 数据模型。

## 语法

```cpp theme={null}
typedef struct PFEntityLineage {  
    const char* characterId;  
    const char* groupId;  
    const char* masterPlayerAccountId;  
    const char* namespaceId;  
    const char* titleId;  
    const char* titlePlayerAccountId;  
} PFEntityLineage;  
```

### 成员

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

（可选）关联实体的 Character Id。

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

（可选）关联实体的 Group Id。

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

（可选）关联实体的 Master Player Account Id。

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

（可选）关联实体的 Namespace Id。

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

（可选）关联实体的 Title Id。

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

（可选）关联实体的 Title Player Account Id。

## 要求

**头文件：** PFTypes.h

## 另请参阅

[PFTypes 成员](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFEntityLineageDictionaryEntry](/zh-CN/services/playfab/api-references/c/pftypes/structs/pfentitylineagedictionaryentry.md)
- [PFAuthenticationValidateEntityTokenResponse](/zh-CN/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationvalidateentitytokenresponse.md)
- [PFProfilesEntityProfileBody](/zh-CN/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilesentityprofilebody.md)
- [服务 C API 概览 - PFTypes.h](/zh-CN/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [EntityLineage](/zh-CN/services/playfab/api-references/events/data-types/entitylineage.md)
