B1TimelineTableRow
- Table row defining a timeline with its available days, priority, company, and list of schedule details.
| Property | Type | Description | Metadata |
|---|---|---|---|
| NameTextId | FString | Text ID for the timeline's display name. | Category: B1TimelineTableRow |
| IsAutoBuildSchedule | bool | If true, schedules within this timeline are built automatically from career data. | Category: B1TimelineTableRow |
| Priority | int32 | Priority value for resolving conflicts when multiple timelines are applicable. | Category: B1TimelineTableRow |
| AvaliableDayOfWeeks | TArray | Days of the week this timeline is active. | Category: B1TimelineTableRow |
| CompanyId | FName | Company this timeline is associated with. | Category: B1TimelineTableRow Foreign: Company.Id |
| CityId | FName | City (level name) this timeline is restricted to. | Category: B1TimelineTableRow |
| ConditionId | FName | Condition that must be met for this timeline to be selected. | Category: B1TimelineTableRow Foreign: Condition_Timeline.Id |
| Schedules | TArray | Ordered list of schedule segments that compose this timeline. | Category: B1TimelineTableRow |
| AvaliableDayOfWeeksBitFlags | uint8 | Bit flags representing available days; generated from AvaliableDayOfWeeks during load. | Category: B1TimelineTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |