You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
* See SlateStats.h for details on the new system, which allows for full hierarchical profiling with limited overhead. * Moved SWidget::GetVisibility() out of line so we can instrument it without a full recompile. * Widget debug info now uses FName to store the line number of the file. Keeps it in one place and the new stats system can utilize it as an FName. * Exposed SWidget CreatedInFile debug info as an FName so new stats system can use it. * FSlateVertex no longer uses FVector4, which is an aligned struct. Switched to float[4] instead. Goes from 48 to 36 bytes. #codereview:nick.atamas,matt.kuhlenschmidt [CL 2417281 by Wes Hunt in Main branch]