B1CareerRankInfo
- Holds rank information for a career position, including the rank index,
* job level, required experience, display name, description, and headcount limits.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Rank | int32 | Rank index for this career rank entry. | |
| RankName | FString | Display name string for this rank. | |
| RankDesc | FString | Description string for this rank. | |
| PromotionEventId | FName | Event ID triggered for promotion evaluation, if any. | |
| MaxHeadCount | int32 | Maximum headcount allowed at this rank; 0 means unlimited within TotalHeadCount. |