Reduce APK size by recompile libUE4.so

Hello,

i want to know if it is possible to recompile the libUE4.so and reducing the size of that file by removing some modules which aren’t use by an app.

  • Is it possible to compile libUE4.so on my own?
  • Are there any documentations about configure switches to disable modules?

Thanks for answering!

dump

Same problem, any solutions?

You can get the full source from GitHub and make any changes you like. Figuring out which modules you don’t need is difficult; most are used. You can look at the dependencies in the build.cs files.