File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
dockerfiles/ue4-build-prerequisites/windows Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,8 @@ Copy-Item -Path "*\x64\vulkan-1.dll" -Destination C:\Windows\System32\
5757$visual_studio_build = $args [0 ]
5858$unreal_engine_version = $args [1 ]
5959
60+ Write-Output " UE version: $unreal_engine_version "
61+
6062if ($visual_studio_build -eq " 15" )
6163{
6264 $windows_sdk_version = 18362
7072 # NOTE: See suggested components https://github.com/EpicGames/UnrealEngine/blob/release/Engine/Config/Windows/Windows_SDK.json
7173 if ($unreal_engine_version.StartsWith (" 5.4" ))
7274 {
75+ Write-Output " Usage MSVC build tools for UE 5.4"
7376 $windows_sdk_version = 22621
7477 $vs_tools_version = " 14.38.17.8"
7578 }
7679 elseif ($unreal_engine_version.StartsWith (" 5.5" ) -or $unreal_engine_version.StartsWith (" 5.6" ))
7780 {
81+ Write-Output " Usage MSVC build tools for UE 5.5 or higher"
7882 $windows_sdk_version = 22621
7983 $windows_os_version = " Windows11SDK"
8084 $vs_tools_version = " 14.38.17.8"
Original file line number Diff line number Diff line change 3636 "5.3.0" : 27405482 ,
3737 "5.4.0" : 33043543 ,
3838 "5.5.0" : 37670630 ,
39+ "5.6.0" : 43139311 ,
3940}
4041
4142
You can’t perform that action at this time.
0 commit comments