Will the newest versions (4.11 and 4.12 preview) support installation on an external hard drive? What is the best way to arrange storage space to fit everything?

You can try to use a symbolic link to use the engine from another location, here is an example for UE4.11 (works with any other version too):

  1. Copy the 4.11 folder from C:\Program Files\Epic Games to your destination location.
  2. Delete the 4.11 folder from C:\Program Files\Epic Games.
  3. Open cmd and navigate to C:\Program Files\Epic Games (cd C:\Program Files\Epic Games or SHIFT + Right-click inside windows Explorer in the folder and click “Open CMD here”)
  4. Enter this command: mklink /j 4.11 D:\MyUnrealEngineStuff\4.11 (Replace the second path with your destination location)

About projects, you can move them to any location since the Launcher should detect projects at other locations too (if not, just start the editor using the *.uproject file once)

I have a PC with 500 GB SSD and am almost completely maxed out with Unreal Engine. Can Unreal Engine run off of external hard drive or can the projects themselves be moved off of the PC hard drive in order to make room for other downloads? What is everyone’s recommendation for preserving disk space?

Thanks!