B1DLCUIInfoTableRow
- Table row containing base-game DLC display information such as title, icon, and display order.
* Used to show DLC content in the base game even when the DLC is not installed.
| Property | Type | Description | Metadata |
|---|---|---|---|
| DisplayTextId | FString | Localized DLC title text ID (e.g., "Island Getaway"). | Category: B1DLCUIInfoTableRow StringTableKey: Id |
| Icon | TSoftObjectPtr | Soft reference to the unique icon asset for this DLC (e.g., a palm tree icon). | Category: B1DLCUIInfoTableRow |
| DisplayOrder | uint32 | Relative display order among DLC items. Higher values appear earlier. Assign sequentially from 1 per release order. | Category: B1DLCUIInfoTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |