Files
UnrealEngineUWP/Engine/Source/Runtime/SlateCore
ronald koppers 1ff5d795f2 Updated the UI style for the alert widget.
Besides updating the style, the following changes were made:
- Added support for alert actions. A new column can be added next to the action column with a TFunction. If such a column exists, the widget will add a transparent button behind the widget stack that will call the action when pressed.
- Added new icons for solid alerts, a badge overlay and a matching background.
- Fixed a bug where adding a row with an alert to a row with an alert and a parent would cause the parent to be incorrectly updated. The updates to the alerts was happening too frequently. This would also have caused issues with other updates such as a label rename. Instead now the updates only happen when it's explicitly required by an updated to the alert.

#jira UE-206167
#rb logan.buchy

[CL 32094522 by ronald koppers in ue5-main branch]
2024-03-07 13:51:05 -05:00
..
2024-02-22 11:38:35 -05:00