You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Add -startEvent and -endEvent params to start and stop graphing at a particular event - The params -startEventOffset and -endEventOffset allow you to offset the start/end by a particular number of frames - If multiple CSVs are being processed, the data is cropped so frame counts start from zero - The existing -maxx and -maxy parameters are relative to the adjusted CSV (e.g so -maxx=200 with -startEvent gc will capture 200 frames from the first gc) - Fix bug with legend sorting. Frame is now always top - Fix bug with auto Y axis scaling when a range is specified. Use the range instead of the whole CSV Common - Fix commandline parsing for negative numbers. Negative numbers are always recognized as values rather than param names [FYI] tyler.staples [CL 32016893 by ben woodhouse in ue5-main branch]