You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
DR - Copying //UE4/Dev-Main@4785067 to //UE4-DevRendering
#rb none #rnx #lockdown Marcus.Wassmer [CL 4790611 by Rolando Caloca in Dev-Rendering branch]
This commit is contained in:
@@ -669,7 +669,7 @@ protected:
|
||||
RETRY_SETUPANDVALIDATE:
|
||||
if (SetupAndValidateAutoSDK(Platform->GetPlatformInfo().AutoSDKPath))
|
||||
{
|
||||
UE_LOG(LogTemp, Display, TEXT("Loaded TP %s"), *Modules[Index].ToString());
|
||||
UE_LOG(LogTemp, Display, TEXT("Module '%s' loaded TargetPlatform '%s'"), *Modules[Index].ToString(), *Platform->PlatformName());
|
||||
Platforms.Add(Platform);
|
||||
}
|
||||
else
|
||||
@@ -685,7 +685,7 @@ RETRY_SETUPANDVALIDATE:
|
||||
goto RETRY_SETUPANDVALIDATE;
|
||||
}
|
||||
}
|
||||
UE_LOG(LogTemp, Display, TEXT("Failed to SetupAndValidateAutoSDK for platform %s"), *Modules[Index].ToString());
|
||||
UE_LOG(LogTemp, Display, TEXT("Module '%s' failed to SetupAndValidateAutoSDK for platform '%s'"), *Modules[Index].ToString(), *Platform->PlatformName());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user