| TimelineId | FName | ID of the timeline data table row to use for this career. | |
| DestSiteName | FName | Name of the destination site where this career takes place. | |
| CareerType | EB1CareerType | The career type (e.g., HouseholdBiz) associated with this timeline param. | |
| RabbitholeInteractionBagId | FName | Interaction bag ID for the rabbit-hole (off-screen) work order added on non-remote work days; skipped on remote work days. | |
| RemoteWorkDayFlags | uint8 | Bitmask of days with remote work. Bit 0=Mon, 1=Tue, ..., 6=Sun. | |
| VacationDayFlags | uint8 | Bitflag of vacation days. Bit index = (uint8)EB1DayOfWeek. Set bits are excluded from scheduling. | |
| bHolidayOff | bool | Whether this career takes public holidays off (full-time job or school). If true, career schedules are excluded on holidays. | |
| WorkDays | TArray | List of days of the week when this career schedule is active. | |
| WorkHour | FB1TimelineRange | Start and end times defining the daily working hours. | |