B1DLCWelcomePopupPageData
- Defines a single page of content within a DLC welcome popup, including subtitle, description, and image.
| Property | Type | Description | Metadata |
|---|---|---|---|
| PageIndex | uint32 | Page index used when generating string table keys in the Excel add-in. | Category: DLCWelcomePopup |
| SubTitleTextId | FString | String table key for the localized subtitle of this popup page. | Category: DLCWelcomePopup StringTableKey: Id |
| DescTextId | FString | String table key for the localized description text of this popup page. | Category: DLCWelcomePopup StringTableKey: Id |
| ContentImage | TSoftObjectPtr | Soft reference to the content image displayed on this popup page. | Category: DLCWelcomePopup |