You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Support VisualStudio2022 as a source code accessor and compilier
Note: _MSC_VER is still 1929 with the VS2022 preview, I expect it to be 1930 eventually when the compiler version is bumped which should match the versioning scheme for every other VS release #rb none #preflight 60d0c0d878c3b00001e335d9 #ROBOMERGE-SOURCE: CL 16730633 in //UE5/Main/... #ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v835-16672529) [CL 16730641 by joe kirchoff in ue5-release-engine-test branch]
This commit is contained in:
@@ -73,7 +73,7 @@ bool FSourceCodeAccessModule::CanCompileSourceCode() const
|
||||
{
|
||||
#if PLATFORM_WINDOWS
|
||||
// Need to have Visual Studio installed to compile on Windows, regardless of chosen IDE
|
||||
return IsSourceCodeAccessorAvailable("VisualStudio2017") || IsSourceCodeAccessorAvailable("VisualStudio2019");
|
||||
return IsSourceCodeAccessorAvailable("VisualStudio2017") || IsSourceCodeAccessorAvailable("VisualStudio2019") || IsSourceCodeAccessorAvailable("VisualStudio2022");
|
||||
#else
|
||||
// Default behavior
|
||||
return CanAccessSourceCode();
|
||||
|
||||
Reference in New Issue
Block a user