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

# PFLeaderboardsLeaderboardEntityRankOnVersionEndConfig

> PFLeaderboardsLeaderboardEntityRankOnVersionEndConfig 数据模型。

PFLeaderboardsLeaderboardEntityRankOnVersionEndConfig 数据模型。

## 语法

```cpp theme={null}
typedef struct PFLeaderboardsLeaderboardEntityRankOnVersionEndConfig {  
    PFEventType eventType;  
    int32_t rankLimit;  
} PFLeaderboardsLeaderboardEntityRankOnVersionEndConfig;  
```

### 成员

**`eventType`**   [PFEventType](/services/playfab/api-references/c/pftypes/enums/pfeventtype)

排行榜版本结束时要发出的事件类型。

**`rankLimit`**   int32\_t

排行榜版本结束时要返回的最大实体数。范围为 1 到 1000。

## 要求

**头文件：** PFLeaderboardsTypes.h

## 另请参阅

[PFLeaderboardsTypes 成员](/services/playfab/api-references/c/pfleaderboardstypes/pfleaderboardstypes_members)
