There seems to be a regression with clipping behavior in Slate UIs, at least specifically in the UMG ProgressBar widget. If you use the Mask fill style, it does not properly render according to the Percent set. The Scale fill style appears to work, until you zoom in closely and pan around with the progress bar at the edges of the screen.
I debugged this a bit and determined Scale fill mode only appears to work because the internal code manually resizes the widget, so it happens to be contained within the clipping rect most of the time. However, Mask fill mode relies on clipping so it doesn’t work.
This is a pretty high priority issue for us - hopefully we can get a patch to backport since it affects all our UIs with progress bars.
Note that this issue is not present in 5.4.x. We are currently using 5.5.4.