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

# PFGroupsEntityWithLineage

> PFGroupsEntityWithLineage データ モデル。エンティティ キーと、そのエンティティの系列を構成するエンティティを含むエンティティ ラッパー クラスです。

PFGroupsEntityWithLineage データ モデル。エンティティ キーと、そのエンティティの系列を構成するエンティティを含むエンティティ ラッパー クラスです。

## 構文

```cpp theme={null}
typedef struct PFGroupsEntityWithLineage {  
    PFEntityKey const* key;  
    PFEntityKeyDictionaryEntry const* lineage;  
    uint32_t lineageCount;  
} PFGroupsEntityWithLineage;  
```

### メンバー

**`key`**   [PFEntityKey](/services/playfab/api-references/c/pftypes/structs/pfentitykey-c) const\*<br />*may be nullptr*

(省略可能) 指定したエンティティのエンティティ キー。

**`lineage`**   [PFEntityKeyDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfentitykeydictionaryentry) const\*<br />*may be nullptr*

(省略可能) 関連するエンティティのエンティティ キーのディクショナリ。ディクショナリのキーはエンティティのタイプです。

**`lineageCount`**   uint32\_t

lineage の数

## 要件

**ヘッダー:** PFGroupsTypes.h

## 関連項目

[PFGroupsTypes のメンバー](/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members)


## Related topics

- [PFGroupsGroupInvitation](/ja-jp/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsgroupinvitation.md)
- [PFGroupsInviteToGroupResponse](/ja-jp/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsinvitetogroupresponse.md)
- [PFGroupsGroupBlock](/ja-jp/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsgroupblock.md)
- [PFGroupsEntityMemberRole](/ja-jp/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsentitymemberrole.md)
- [PFGroupsGroupApplication](/ja-jp/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsgroupapplication.md)
