You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
* Paint is now the non-virtual entry point to OnPaint to support required pre/post functionality. Widgets override OnPaint as usual, but calls to tell a widget to paint should be "Paint" not "OnPaint". * ArrangeChildren -> OnArrangeChildren. ArrangeChildren is now the non-virtual entry point for the same reason as Paint/OnPain. * OnPaint and OnArrageChildren are now private so they are not accidentally called. * Added Stats for Paint time and ArrangeChildren time. #BUN #codereview:nick.atamas,max.preussner [CL 2086158 by Wes Hunt in Main branch]