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

# PFLeaderboardsCreateLeaderboardDefinitionRequest

> PFLeaderboardsCreateLeaderboardDefinitionRequest 데이터 모델입니다.

PFLeaderboardsCreateLeaderboardDefinitionRequest 데이터 모델입니다.

## 구문

```cpp theme={null}
typedef struct PFLeaderboardsCreateLeaderboardDefinitionRequest {  
    PFLeaderboardsLeaderboardColumn const* columns;  
    uint32_t columnsCount;  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    const char* entityType;  
    PFLeaderboardsLeaderboardEventEmissionConfig const* eventEmissionConfig;  
    const char* name;  
    int32_t sizeLimit;  
    PFVersionConfiguration const* versionConfiguration;  
} PFLeaderboardsCreateLeaderboardDefinitionRequest;  
```

### 멤버

**`columns`**   [PFLeaderboardsLeaderboardColumn](/services/playfab/api-references/c/pfleaderboardstypes/structs/pfleaderboardsleaderboardcolumn) const\*

정렬 방향을 설명하는 리더보드 열이며, 만든 후에는 변경할 수 없습니다. 최대 5개의 열이 허용됩니다.

**`columnsCount`**   uint32\_t

columns의 개수입니다.

**`customTags`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry) const\*<br />*may be nullptr*

(선택 사항) 요청과 연결된 선택적 사용자 지정 태그입니다(예: 빌드 번호, 외부 추적 식별자 등).

**`customTagsCount`**   uint32\_t

customTags의 개수입니다.

**`entityType`**   const char\*<br />*is null-terminated*

리더보드에 표시되는 엔터티 유형입니다. PlayFab 엔터티 유형에 해당하지 않는 경우 'external'을 유형으로 사용합니다.

**`eventEmissionConfig`**   [PFLeaderboardsLeaderboardEventEmissionConfig](/services/playfab/api-references/c/pfleaderboardstypes/structs/pfleaderboardsleaderboardeventemissionconfig) const\*<br />*may be nullptr*

(선택 사항) \[미리 보기]: 이 리더보드에서 내보내는 이벤트에 대한 구성입니다. 지정하지 않으면 이벤트가 내보내지지 않습니다.

**`name`**   const char\*<br />*is null-terminated*

리더보드의 이름으로, 타이틀별로 고유합니다.

**`sizeLimit`**   int32\_t

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

**`versionConfiguration`**   PFVersionConfiguration const\*<br />*may be nullptr*

(선택 사항) 리더보드 정의에 대한 버전 재설정 구성입니다.

## 요구 사항

**헤더:** PFLeaderboardsTypes.h

## 참고 항목

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


## Related topics

- [PFLeaderboardsCreateLeaderboardDefinitionAsync](/ko/services/playfab/api-references/c/pfleaderboards/functions/pfleaderboardscreateleaderboarddefinitionasync.md)
- [Services C API 개요 - PFLeaderboardsTypes.h](/ko/services/playfab/api-references/c/pfleaderboardstypes/pfleaderboardstypes_members.md)
- [PFLeaderboardsDeleteLeaderboardDefinitionRequest](/ko/services/playfab/api-references/c/pfleaderboardstypes/structs/pfleaderboardsdeleteleaderboarddefinitionrequest.md)
- [PFLeaderboardsListLeaderboardDefinitionsRequest](/ko/services/playfab/api-references/c/pfleaderboardstypes/structs/pfleaderboardslistleaderboarddefinitionsrequest.md)
- [PFLeaderboardsUpdateLeaderboardDefinitionRequest](/ko/services/playfab/api-references/c/pfleaderboardstypes/structs/pfleaderboardsupdateleaderboarddefinitionrequest.md)
