B1BGMAudioTableRow
- A table row defining a BGM audio entry, including its group ID,
* MetaSound source, and whether playback position can be saved.
| Property | Type | Description | Metadata |
|---|---|---|---|
| GroupId | FName | Group ID used to reference this BGM track for transitions. | Category: B1BGMAudioTableRow |
| MetaSoundResource | TObjectPtr | MetaSound source asset for this BGM entry. | Category: B1BGMAudioTableRow |
| CanSavePlayTime | bool | If true, the playback position of this BGM can be saved and restored. | Category: B1BGMAudioTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |