You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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]