You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- refactor of analytics events to better match new recommended guidelines of "Product.Category.Event" OPP-538 Old to new mapping: CPBootedFromLaunch - Launcher.Error.Booted CPWARNING.MULTIPLE.INSTANCE - Launcher.Error.MultipleInstance CPERROR.SELFPATCH.FAILED - Launcher.SelfPatch.Failed CPERROR.SELFPATCH.DELETEFILEFAIL - Launcher.SelfPatch.Error, Op=DeleteFileFail CPERROR.SELFPATCH.MOVEFILEFAIL - Launcher.SelfPatch.Error, Op=MoveFileFail CPERROR.SELFPATCH.RENAMEFILEFAIL - Launcher.SelfPatch.Error, Op=RenameFileFail CPLaunchApp - Launcher.Install.Launch CPBUILDSTART - Launcher.Install.Start CPBUILDSTATS.4 - Launcher.Install.Stats Launcher.UI - Launcher.Usage.ViewTutorial - Launcher.Usage.DismissTutorial - Launcher.Usage.QuickLaunch - Launcher.Usage.UserProject - Launcher.Usage.EngineSlot LAUNCHER.NEWSCLICKED - Launcher.Usage.News CPLOGIN - Launcher.User.Login BUILDPATCHERROR.CHUNK.CACHE - Patcher.Error.Cache BUILDPATCHERROR.CHUNK.DOWNLOAD - Patcher.Error.Download BUILDPATCHERROR.CONSTRUCTION - Patcher.Error.Construction BUILDPATCHERROR.PREREQUISITES - Patcher.Error.Prerequisites [CL 2251709 by Sam Zamani in Main branch]