How do I build from source in Visual Studio to get the UnrealFrontend.exe in the Binaries/Win64/ folder?

How do I build from source in Visual Studio to get the UnrealFrontend.exe in the Binaries/Win64/ folder?

Thanks!!

If you grab the code and prerequisites from GitHub, everything that you need to compile UnrealFrontend yourself is included in that distribution.

To build it:

  • open UE4.sln in Visual Studio
  • set your solution platform to Win64
  • set your solution configuration to Development
  • right click on UnrealFrontend in the solution explorer
  • click Build

–Mike