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

# PFLeaderboardsGetEntityLeaderboardResponse

> PFLeaderboardsGetEntityLeaderboardResponse 데이터 모델입니다. 리더보드 응답입니다.

PFLeaderboardsGetEntityLeaderboardResponse 데이터 모델입니다. 리더보드 응답입니다.

## 구문

```cpp theme={null}
typedef struct PFLeaderboardsGetEntityLeaderboardResponse {  
    PFLeaderboardsLeaderboardColumn const* columns;  
    uint32_t columnsCount;  
    uint32_t entryCount;  
    time_t const* nextReset;  
    PFLeaderboardsEntityLeaderboardEntry const* rankings;  
    uint32_t rankingsCount;  
    uint32_t version;  
} PFLeaderboardsGetEntityLeaderboardResponse;  
```

### 멤버

**`columns`**   [PFLeaderboardsLeaderboardColumn](/services/playfab/api-references/c/pfleaderboardstypes/structs/pfleaderboardsleaderboardcolumn) const\*<br />*may be nullptr*

(선택 사항) 정렬 방향을 설명하는 리더보드 열입니다.

**`columnsCount`**   uint32\_t

columns의 개수입니다.

**`entryCount`**   uint32\_t

리더보드의 항목 수입니다.

**`nextReset`**   time\_t const\*<br />*may be nullptr*

(선택 사항) 다음 예약된 재설정이 발생하는 시간입니다. 리더보드가 일정에 따라 재설정되지 않는 경우 Null입니다.

**`rankings`**   [PFLeaderboardsEntityLeaderboardEntry](/services/playfab/api-references/c/pfleaderboardstypes/structs/pfleaderboardsentityleaderboardentry) const\*<br />*may be nullptr*

(선택 사항) 리더보드의 개별 엔터티 순위이며, 순위 기준으로 정렬되어 있습니다.

**`rankingsCount`**   uint32\_t

rankings의 개수입니다.

**`version`**   uint32\_t

반환되는 리더보드의 버전입니다.

## 요구 사항

**헤더:** PFLeaderboardsTypes.h

## 참고 항목

[PFLeaderboardsTypes 멤버](/services/playfab/api-references/c/pfleaderboardstypes/pfleaderboardstypes_members)


## Related topics

- [PFLeaderboardsGetLeaderboardForEntitiesGetResult](/ko/services/playfab/api-references/c/pfleaderboards/functions/pfleaderboardsgetleaderboardforentitiesgetresult.md)
- [PFLeaderboardsGetFriendLeaderboardForEntityGetResult](/ko/services/playfab/api-references/c/pfleaderboards/functions/pfleaderboardsgetfriendleaderboardforentitygetresult.md)
- [PFLeaderboardsGetLeaderboardAroundEntityGetResult](/ko/services/playfab/api-references/c/pfleaderboards/functions/pfleaderboardsgetleaderboardaroundentitygetresult.md)
- [PFLeaderboardsGetLeaderboardGetResult](/ko/services/playfab/api-references/c/pfleaderboards/functions/pfleaderboardsgetleaderboardgetresult.md)
- [Services C API 개요 - PFLeaderboardsTypes.h](/ko/services/playfab/api-references/c/pfleaderboardstypes/pfleaderboardstypes_members.md)
