B1PopupTableRow
- Table row defining a popup entry, including its type, title, description, and button configuration.
| Property | Type | Description | Metadata |
|---|---|---|---|
| PopupType | EB1PopupType | The visual and behavioral type of this popup. | Category: B1PopupTableRow |
| DetailType | FName | The detail type sub-category for this popup. | Category: B1PopupTableRow |
| Title | FString | The text ID for the popup title. | Category: B1PopupTableRow StringTableKey: Id |
| Desc | FString | The text ID for the popup description body. | Category: B1PopupTableRow StringTableKey: Id |
| OpenPlayAudioId | FName | The audio ID played when the popup opens. | Category: B1PopupTableRow Foreign: AudioResources.Id |
| bUseLoadButton | bool | Whether the popup shows a loading button instead of standard action buttons. | Category: B1PopupTableRow |
| bDisableAutoCloseTimer | bool | Whether the auto-close timer is disabled for this popup. | Category: B1PopupTableRow |
| ButtonDetail | TArray | The list of button configurations for this popup. | Category: B1PopupTableRow |
| bShowNeverShowCheckBox | bool | Whether to display a never-show-again checkbox on this popup. | Category: B1PopupTableRow |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |