UnrealBuildTool: Remove VS2019 as a supported source code access ide

#jira UE-190039

[CL 28384888 by joe kirchoff in ue5-main branch]
This commit is contained in:
joe kirchoff
2023-10-02 13:37:03 -04:00
parent 45b8758229
commit 73351e628e
3 changed files with 2 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ bool FSourceCodeAccessModule::CanCompileSourceCode() const
{
#if PLATFORM_WINDOWS
// Need to have Visual Studio installed to compile on Windows, regardless of chosen IDE
return IsSourceCodeAccessorAvailable("VisualStudio2019") || IsSourceCodeAccessorAvailable("VisualStudio2022");
return IsSourceCodeAccessorAvailable("VisualStudio2022");
#else
// Default behavior
return CanAccessSourceCode();