B1MovieTableRow
- Data table row defining a movie entry with its media source, buff schedule, and playback duration.
* Supports both interval-based (in-game time) and static (real-time) buff application during playback.
| Property | Type | Description | Metadata |
|---|---|---|---|
| MediaSource | TSoftObjectPtr | Soft reference to the media source asset played for this movie entry. | Category: B1MovieTableRow |
| IntervalBuffInfo | TArray | List of buffs applied at in-game minute intervals during movie playback. | Category: B1MovieTableRow |
| StaticBuffInfo | TArray | List of buffs applied at real-time second offsets during movie playback. | Category: B1MovieTableRow |
| DurationInGameMinutes | int32 | Total duration of this movie in in-game minutes. | Category: B1MovieTableRow |
| OnFinishCurrentAudienceScriptId | FName | Script executed for current audiences (still watching) when the movie finishes. | Category: B1MovieTableRow Foreign: Script.Id |
| OnFinishAllAudienceScriptId | FName | Script executed for all-time audiences (ever watched) when the movie finishes. | Category: B1MovieTableRow Foreign: Script.Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |