B1SiteTimelineTableRow
- Table row defining site-level timeline data including NPC event schedules and site enter/leave scripts.
| Property | Type | Description | Metadata |
|---|---|---|---|
| SiteNpcEvent | TArray | List of site NPC event schedules assigned to this site timeline. | |
| SiteEnterScriptIdList | TArray | Script IDs executed when a character enters the site. | Foreign: Script_SiteTimeline.Id |
| SiteLeaveScriptIdList | TArray | Script IDs executed when a character leaves the site. | Foreign: Script_SiteTimeline.Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |