B1CommonButtonData
- Defines all display and behavior parameters for a common button instance.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ListKey | FName | Stable identifier of the button entry, sourced from FB1PopupButtonDetail.ListKey. Used for index-independent binding. | |
| ButtonType | EB1ButtonType | Visual style type of the button. | Category: B1CommonButtonData |
| Text | FText | Text label displayed on the button. | Category: B1CommonButtonData |
| bIsDimmed | bool | Whether the button is displayed in a dimmed (disabled) visual state. | Category: B1CommonButtonData |
| ScriptId | FName | Script ID executed when the button is clicked. | Category: B1CommonButtonData |
| MinDesiredWidth | float | Minimum desired width of the button in slate units. | Category: B1CommonButtonData ClampMin: 0.000000 |
| MaxDesiredWidth | float | Maximum desired width of the button in slate units. | Category: B1CommonButtonData ClampMin: 0.000000 |
| Height | float | Fixed height of the button in slate units. | Category: B1CommonButtonData ClampMin: 0.000000 |