B1DLCWelcomePopupData
- Stores all data needed to display the welcome popup for a specific DLC, including title, icon, colors, and pages.
| Property | Type | Description | Metadata |
|---|---|---|---|
| TitleTextId | FString | String table key for the localized popup title (BW_Text_Title). | Category: DLCWelcomePopup StringTableKey: Id |
| DLCIcon | TSoftObjectPtr | Soft reference to the DLC icon asset displayed in the popup header (BW_Image_Icon). | Category: DLCWelcomePopup |
| DLCColorId1 | FName | Color mapping ID used for the Color1 material parameter in the popup. | Category: DLCWelcomePopup Foreign: ColorMapping.Id |
| DLCColorId2 | FName | Color mapping ID used for the Color2 material parameter in the popup. | Category: DLCWelcomePopup Foreign: ColorMapping.Id |
| Pages | TArray | List of page data entries (subtitle, description, and image) for this DLC welcome popup. | Category: DLCWelcomePopup |