B1CareerJobInfo
- Holds information about a job within a career, including the job ID,
* display name, list of ranks, and total headcount.
| Property | Type | Description | Metadata |
|---|---|---|---|
| JobId | FName | Data table ID of this job. | Foreign: Job.Id |
| DisplayName | FString | Display name for this job. | |
| RankList | TArray | Ordered list of rank definitions for this job. | |
| TotalHeadCount | int32 | Total headcount capacity for this job. |