You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Added IAnalyticsTracer and IAnalyticsSpan interface that superseeds the FFlowTracker StudioTelemetry no longer uses FFLowTracker and uses the simpler IAnalyticsTracer API instead inspired by OpenTelemetry Tracer/Span model. Deprecated FFLowTracker as of 5.4 Added lots of documentation to the StudioTelemetry plugin code. Moved creation of the AnalyticsProviderLog to the public BaseEngine.ini so it can be used as a public facing example. This will simply write out a JSON file to the Saved/Telemetry folder and overwrite it per session Added new callbacks for PIE so that we can decopule when a PIE work has been created and is ready from when ALL PIE worlds have been created and are ready which makes TimeToPIE accurate for all projects. Rolled in some shutdown recommendations from Paul.Chipchase. Various fixes and improvements to the JSON file logigng example. Now works correctly with Tableau import. #rb Eric.Knapik, Wes.Hunt, paul.chipchase [CL 30391931 by mark lintott in ue5-main branch]