You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ue4docker/dockerfiles/ue4-build-prerequisites/windows/install-prerequisites.bat
+2-1
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,8 @@ if "%VISUAL_STUDIO_BUILD_NUMBER%" == "15" (
57
57
58
58
@rem Install the Visual Studio Build Tools workloads and components we need
59
59
@rem NOTE: We use the Visual Studio 2022 installer even for Visual Studio 2019 and 2017 here because the old (2017) installer now breaks
60
-
@rem NOTE: Microsoft.NetCore.Component.SDK only exists for VS2019. And it is actually *needed* only for UE5
60
+
@rem NOTE: Microsoft.NetCore.Component.SDK only exists for VS2019+. And it is actually *needed* only for UE5
61
+
@rem NOTE: .NET 4.5 is required for some programs even in UE5, for example https://github.com/EpicGames/UnrealEngine/blob/5.0.1-release/Engine/Source/Programs/UnrealSwarm/SwarmCoordinator/SwarmCoordinator.csproj#L26
0 commit comments