I am trying to get back to use UE4, and I ponder: What are my alternatives to using Visual Studio on a Windows Machine?? By alternatives I mean: I do not wish to install VS at all.
Will I be able to run everything fine if I devote time to compile using another IDE? That is create and load C++ projects, use the hot reload feature etc. Any experiences someone can share?
You can use any text editor of your choice to write your code, however UE4 is setup to use the VS compiler by default. It would be possible to edit the UBT to use another C++11 compiler, however this is not a supported process.