B1PopupButtonDetail
- Stores the display and behavior configuration for a single button within a popup dialog.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ListKey | FString | The list key used to identify this button entry. | Category: B1PopupButtonDetail |
| ButtonText | FString | The text ID for the button label. | Category: B1PopupButtonDetail |
| ButtonType | FName | The type identifier for this button, used to distinguish its action. | Category: B1PopupButtonDetail |
| ScriptId | FName | The script ID executed when this button is pressed. | Category: B1PopupButtonDetail Foreign: Script.Id |
| MinDesiredWidth | float | The minimum desired width of the button widget. | Category: B1PopupButtonDetail ClampMin: 0.000000 |
| MaxDesiredWidth | float | The maximum desired width of the button widget. | Category: B1PopupButtonDetail ClampMin: 0.000000 |
| Height | float | The desired height of the button widget. | Category: B1PopupButtonDetail ClampMin: 0.000000 |