> ## 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](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfentitylineagedictionaryentry.md)
- [PFAuthenticationValidateEntityTokenResponse](/ja-jp/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationvalidateentitytokenresponse.md)
- [PFProfilesEntityProfileBody](/ja-jp/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilesentityprofilebody.md)
- [Services C API overview - PFTypes.h](/ja-jp/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [EntityLineage](/ja-jp/services/playfab/api-references/events/data-types/entitylineage.md)
