Skip to content

Instantly share code, notes, and snippets.

@Eoin-ONeill-Yokai
Created August 19, 2022 22:00
Show Gist options
  • Save Eoin-ONeill-Yokai/5a78711c2c7d331d41a028a4e4ca78df to your computer and use it in GitHub Desktop.
Save Eoin-ONeill-Yokai/5a78711c2c7d331d41a028a4e4ca78df to your computer and use it in GitHub Desktop.
Linux Unreal Engine 5 -- Building From Outside of the Editor.

WHY

Sometimes UE5 can be stuck in a state where the editor will not launch correct. In these cases, you'll need to run something along the lines of the following.

/opt/unreal-engine/Engine/Build/BatchFiles/Linux/Build.sh %PROJECT_NAME% Linux Development -project="/path/to/project/PROJECT_NAME.uproject" -waitmutex
/opt/unreal-engine/Engine/Build/BatchFiles/Linux/Build.sh %PROJECT_NAME%Editor Linux Development -project="/path/to/project/PROJECT_NAME.uproject" -waitmutex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment