What are the advantages to compiling Unreal Engine from source?
- You can make changes to the UE source code.
- You can leave out bits that you don’t need which can reduce resource consumption and limit possible sources for bugs.
- You can pull in features and fixes from old/new engine versions while still staying on the version you’re currently using.
2 Likes