You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Introduces a few changes that enables CrashReportClient to read project it's settings from project configuration. * Add compile time fallback of data router to CrashReportClientEditor. * Refactored how some global defines are set in CrashReportClient/CrashReportClientEditor target to allow different settings for development time vs retail time. * Added code that allows project configuration files to override any CRC setting. Previously it would only apply to some properties. * Refactored CrashReportCoreConfig. * Added compile time defines for company name. UX changes in other CL. * Limit core usage for CRC to 5 cores. Significantly reduces memory usage for machines with many cores. #rb Patrick.Laflamme #jira UE-114670 [CL 30879797 by johan berg in ue5-main branch]