UE4 Combine Editor Modules into single exe

Hey guys,

I am currently running a self compiled full source version of the engine, the files then are submitted to the SVN,
the current structure creates a .dll for every ue4-editor module, my question is if there is still support for the UE3 way, where everything is merged into a single exe? It seems when packaging the game this is done, although i would like this also for the editor, so for example the only output when compiling the engine is ue4editor.exe which contains all other modules.

This just my own personal preference to not have too many dlls floating around the SVN, anyone ever messed with this?

Hi,

I don’t think that there is currently a way we support to build the Editor in what we call ‘Monolithic’ mode. It is certainly possible, but you would need to modify some parts of the build system to achieve this goal.

Ah okay, saw this mode while digging through the build scripts, thanks for the answer :slight_smile:

Might look into doing this sometime later, nothing super important right now