Skip to content

Instantly share code, notes, and snippets.

@flufy3d
Last active June 23, 2023 13:33
Show Gist options
  • Save flufy3d/5eb1bb2188e166dd6b54c542b7b73645 to your computer and use it in GitHub Desktop.
Save flufy3d/5eb1bb2188e166dd6b54c542b7b73645 to your computer and use it in GitHub Desktop.
Make Unreal Editor Install version
RunUAT.bat BuildGraph -target="Make Installed Build Win64" -script="Engine/Build/InstalledEngineBuild.xml" -set:HostPlatformOnly=true -set:WithAndroid=true
@flufy3d
Copy link
Author

flufy3d commented Jun 20, 2023

clean restart
add -clean

@flufy3d
Copy link
Author

flufy3d commented Jun 20, 2023

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:

@flufy3d
Copy link
Author

flufy3d commented Jun 23, 2023

using jdk 12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment