I want to recompile the SSL module of unreal. I read that by rebuilding the Game project in visual studio the engine should rebuild too, but I intentionally added a compiler error to see if the engine was compiling and it did not give me any error, so this module is not being recompiled. How do I recompile it manually?
if the module is built int engine module, the engine need to be compiled from source code.
Otherwise just recompile the project from Visual studio