You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
It was for instance preventing the display of the fill of the progress bar, if shear/rotation was applyed on it and it was used in a retainer. It's not using the change of the PR as it was working only in some case: the clipping zone we use always start from 0,0, so using the size of the Retainer (like in the PR) if it was smaller than the window would lead to the element being clipped out if the retainer was too far from 0,0. #11455 #jira UE-206460 #tests In PIE, put a progress bar inside a retainer and played with shear and rotation on both the retainer and the progress bar: the blue fill is now always displayed. Engine test retainer test still succeed. Validated curve editor was still working as expected. Tested that animation are still played properly on windows (in case of drag n drop). #rb daren.cheng [CL 31521994 by batlam987 in ue5-main branch]