> ## 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\*\
*null로 종료됨*

(선택 사항) 연결된 엔터티의 Character Id입니다.

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

(선택 사항) 연결된 엔터티의 Group Id입니다.

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

(선택 사항) 연결된 엔터티의 Master Player Account Id입니다.

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

(선택 사항) 연결된 엔터티의 Namespace Id입니다.

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

(선택 사항) 연결된 엔터티의 Title Id입니다.

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

(선택 사항) 연결된 엔터티의 Title Player Account Id입니다.

## 요구 사항

**헤더:** PFTypes.h

## 함께 보기

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