Using a plugin in C++ code

You are right, this has recently changed. Whether plug-ins are enabled or disabled is now saved in the .uplugin file itself, no longer in the project’s Engine.ini file.

In the .uplugin file, add the following setting:

"EnabledByDefault" : true

Take a look at existing plug-ins for other settings that may have changed.