| CustomEventName | FString | A custom name entered by the player for this event instance. | Category: B1SiteEventSettingParam |
| SiteEventTemplateId | FName | The data table ID of the site event template this event is based on. | Category: B1SiteEventSettingParam |
| CareerContext | FB1SiteEventCareerContext | The career context associated with this event (e.g., for work-related events). | Category: B1SiteEventSettingParam |
| HostEntityId | FB1EntityId | The entity ID of the character hosting this event. | Category: B1SiteEventSettingParam |
| EventStartTime | int64 | The game time when this event is scheduled to start. | Category: B1SiteEventSettingParam |
| EventEndTime | int64 | The game time when this event is scheduled to end. | Category: B1SiteEventSettingParam |
| SiteId | FName | The ID of the site where this event takes place. | Category: B1SiteEventSettingParam |
| ScheduleInfoId | FName | The schedule info ID associated with this event. | Category: B1SiteEventSettingParam |
| StageRoleDatas | TArray | The list of pre-assigned role data for this event's stages. | Category: B1SiteEventSettingParam |
| RepeatingSubscriptionId | int64 | The weekly repeating subscription this event instance belongs to, or 0 for a one-off event. Carried through to the schedule. | Category: B1SiteEventSettingParam |