You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Added ability to retrieve performance counters so we can use existing value for aggregation. - Added ability to mark certain counters as transient, so they can be reset on retrieval. /stats will reset the counters, /stats?peek will return the values without resetting them. - Some existing counters (min/max ping) are now aggregated and don't reflect the momentary values, but rather min/max ping during the whole period (since last time we retrieved stats). - New aggregated counters added: ping buckets, added/removed connections. (Merging CL 2649578 from FN to the main branch) [CL 2650456 by Dmitry Rekman in Main branch]