Adding "UnrealEd" module breaks build

My solution for this is to have 2 modules on my custom utilities plugin.

  • one editor module with things like UnrealEd
  • and one runtime module with only runtime-allowed things

Closest you can get to having your cake and eating it too :smiley: