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

PFEntityLineage data model.

## Syntax

```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;  
```

### Members

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

(Optional) The Character Id of the associated entity.

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

(Optional) The Group Id of the associated entity.

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

(Optional) The Master Player Account Id of the associated entity.

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

(Optional) The Namespace Id of the associated entity.

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

(Optional) The Title Id of the associated entity.

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

(Optional) The Title Player Account Id of the associated entity.

## Requirements

**Header:** PFTypes.h

## See also

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


## Related topics

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