Skip to content

📘 SiteEvent Data Guide

🧩 Struct: FB1SiteEventTableRow

Defines an event that takes place at a site, including type, duration, and participation roles.

Properties

  • Id (FName): Unique identifier for the site event.
  • EventType (EB1SiteEventType): Defines the type of social event. Options include: Normal (a standard social event) and Meeting (a planned meetup).
  • EventCategory (FName): Defines the event category.
  • DisplayInfo (FB1SiteEventDisplayInfo): UI information for displaying event name, description, and icon.
  • ConditionInfo (FB1SiteEventConditionInfo): Conditions required to trigger the event.
  • DurationHour (int32): Length of the event in hours.
  • ScheduleInfoId (FName): ID of the schedule display used for this event. (Foreign = "ScheduleInfo.Id")
  • RoleInfos (TArray<FB1SiteEventRoleInfo>): List of roles assigned to characters participating in the event.

📚 References