B1CompanyTableRow
- Table row defining a company, including display info, career type, salary currency, recommended skills, and organizations.
| Property | Type | Description | Metadata |
|---|---|---|---|
| DisplayName | FString | Localized display name of the company. | Category: B1CompanyTableRow StringTableKey: Id |
| Desc | FString | Localized description of the company. | Category: B1CompanyTableRow StringTableKey: Id |
| CareerType | EB1CareerType | Career type this company belongs to. | Category: B1CompanyTableRow |
| CompanyTags | TArray | Tags associated with this company for filtering or scripting. | Category: B1CompanyTableRow |
| SalaryCurrencyId | FName | Currency ID used to pay employee salaries. | Category: B1CompanyTableRow Foreign: Currency.Id |
| RankTitleTextId | FString | Text key for the rank title label (e.g., "Rank" or "Achievement"). | Category: B1CompanyTableRow |
| RecommendSkillIds | TArray | Recommended skill IDs for employees of this company. | Category: B1CompanyTableRow Foreign: Skill.Id |
| ProgressBarTitleTextId | FString | Text key for the progress bar title (e.g., "Current Rank" or "Achievement"). | Category: B1CompanyTableRow |
| Organizations | TArray | List of organization definitions within this company. | Category: B1CompanyTableRow |
| UnexcusedAbsenceScriptId | FName | Script ID executed when a member is marked as unexcused absence. | Category: B1CompanyTableRow Foreign: Script.Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |