Last active
June 23, 2023 13:33
-
-
Save flufy3d/5eb1bb2188e166dd6b54c542b7b73645 to your computer and use it in GitHub Desktop.
Make Unreal Editor Install version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RunUAT.bat BuildGraph -target="Make Installed Build Win64" -script="Engine/Build/InstalledEngineBuild.xml" -set:HostPlatformOnly=true -set:WithAndroid=true |
On Windows, add a registry key to HKEY_CURRENT_USER\SOFTWARE\Epic Games\UnrealEngine\Builds that uses your identifier as its key, and the path to the Engine as its value. For example, the Key might be MyCustom419 , and the value might be D:\CustomUE.
On Mac, open /Users/MyName/Library/Application Support/Epic/UnrealEngine/Install.ini and add an entry to the [Installations] section that uses your identifier as the key, and the path to the Engine as the value. For example:
using jdk 12
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
clean restart
add
-clean