B1OrganizationInfo
- Defines a job organization within a company, including job type, ranks, recruitment settings, and images.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ListKey | FString | Unique list key for this organization entry used in editor. | Category: B1OrganizationInfo |
| JobId | FName | Job ID this organization is associated with. | Category: B1OrganizationInfo Foreign: Job.Id |
| DisplayName | FString | Localized display name of this job. | Category: B1OrganizationInfo |
| IsFixedDesk | bool | Whether employees in this organization use fixed desks. | Category: B1OrganizationInfo |
| RetireAgeStep | EB1GrowthStep | Growth step (age) at which employees in this organization retire. | Category: B1OrganizationInfo |
| RandomRetireProbability | float | Probability (0.0–1.0) of random retirement occurring each evaluation cycle. | Category: B1OrganizationInfo |
| CompanyProfile | TSoftObjectPtr | Soft reference to the company profile image asset. | Category: B1OrganizationInfo |
| IntroductionImage | TSoftObjectPtr | Soft reference to the introduction image shown in recruitment UI. | Category: B1OrganizationInfo |
| Icon | TSoftObjectPtr | Soft reference to the icon image for this job. | Category: B1OrganizationInfo |
| CustomMobileMessages | FB1CompanyCustomMobileMessageInfo | Custom mobile message configuration for company events related to this job. | Category: B1OrganizationInfo |
| bRabbitHoleWork | bool | Whether this job uses rabbit hole work (off-screen simulation). | Category: B1OrganizationInfo |
| bNeedInterview | bool | Whether joining this job requires an interview social event. | Category: B1OrganizationInfo |
| RankList | TArray | Ordered list of rank definitions for this organization. | Category: B1OrganizationInfo |