You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
+ Adding options to each test to determine the granularity at which CSV files are output. + Adding Material Perf test, which uses an input list of materials from your project settings and displays those materials in turn on a full-screen quad in a barebones scene, and collects performance data from each material + Adding Static Camera perf test base class and example implementation. This test is built in such a way that you can customize the method by which static cameras are gathered for the test. ++ The example usage looks for actors matching the AutomatedPerfTestStaticCamera class, and uses those as the set cameras. * Changing how the DataSourceName is constructed by the AutomatedPerfTestNodes so that by default it uses the activity of the test, and can be overridden via commandline * Fixing bug with Insights trace caching #jira UES-7376, UES-6570, UE-212203, UE-217719 #rb Arciel.Rekman #virtualized [CL 35926170 by matt oztalay in ue5-main branch]