We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d23cd6 + ce50a16 commit 8113044Copy full SHA for 8113044
extern/CMakeLists.txt
@@ -11,8 +11,8 @@ if (DEFINED ENV{UNREAL_ENGINE_ROOT} AND NOT UNREAL_ENGINE_ROOT)
11
endif()
12
13
if (NOT UNREAL_ENGINE_ROOT)
14
- # On Windows, try to use the default UE 5.3 location
15
- set(WINDOWS_DEFAULT_UNREAL_INSTALLATION "C:/Program Files/Epic Games/UE_5.3")
+ # On Windows, try to use the default UE 5.4 location
+ set(WINDOWS_DEFAULT_UNREAL_INSTALLATION "C:/Program Files/Epic Games/UE_5.4")
16
if (WIN32 AND EXISTS "${WINDOWS_DEFAULT_UNREAL_INSTALLATION}")
17
set(UNREAL_ENGINE_ROOT "${WINDOWS_DEFAULT_UNREAL_INSTALLATION}")
18
else()
0 commit comments