You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Compilation fix
#rb william.ewen [CL 22148167 by j baumgartner in ue5-main branch]
This commit is contained in:
@@ -755,15 +755,12 @@ namespace Gauntlet
|
||||
bool bReinstallPerPass = Globals.Params.ParseParam("ReinstallPerPass");
|
||||
if (RolesToInstalls == null || !RolesToInstalls.ContainsKey(Role) || bReinstallPerPass)
|
||||
{
|
||||
|
||||
// Tag the device for report result
|
||||
if(BuildHostPlatform.Current.Platform != Device.Platform)
|
||||
{
|
||||
AppConfig.CommandLineParams.Add("DeviceTag", Device.Name);
|
||||
}
|
||||
|
||||
IAppInstall Install = null;
|
||||
|
||||
IDeviceUsageReporter.RecordStart(Device.Name, Device.Platform, IDeviceUsageReporter.EventType.Device, IDeviceUsageReporter.EventState.Success);
|
||||
IDeviceUsageReporter.RecordStart(Device.Name, Device.Platform, IDeviceUsageReporter.EventType.Install, IDeviceUsageReporter.EventState.Success, BuildSource.BuildName);
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user