B1HighestEducationData
- Structure that stores the highest education data for a character.
* Tracks the education level, achievement rating, and the associated job unlocked by education.
| Property | Type | Description | Metadata |
|---|---|---|---|
| HighestEducationLevel | EB1EducationType | The highest education level the character has reached. | Category: B1HighestEducationData |
| AchievementRank | int32 | Achievement rank at graduation (e.g., Excellent, Good, Poor). | Category: B1HighestEducationData |
| JobId | FName | Job ID associated with this education record (references Job.Id). | Category: B1HighestEducationData Foreign: Job.Id |
| CareerDtId | FName | CareerDtId (Company.Id) of the school. NAME_None for legacy saves or NPCs without school assignment. | Category: B1HighestEducationData Foreign: Company.Id |
| SchoolGrade | EB1SchoolGrade | Final weekly evaluation grade at graduation. None for pre-evaluation-era graduates. | Category: B1HighestEducationData |