Hello,
I want to disallow the compilation of specific plugins in the project folder, is this possible?
I’ve tried to remove the source files which is a method mentioned here → Plugins | Unreal Engine Documentation.
The documentation seems to say it will not attempt to compile, but I’m also required to removed the module list from the plugin descriptor for this to work. Which isn’t what I want and seems to cause the plugin to not even load at all, essentially a flag somewhere to say, please don’t compile this would be very useful?
Also removing the source files is not what I want because I want that information for debugging.
Is this documentation referring to plugins maybe that only contain content and no code?
Is it right to assume that maybe this functionality doesn’t exist because if we want to restrict compilation this is more of a source control matter?