With 4.8, we were able to do the following:
- Create a project within Linux using UE4Editor
- Close everything
- Copy the plugin source to the new project
- Reopen which would trigger a recompile.
I try to follow the same procedure with 4.16 (UE4Editor is working just fine and displaying 4.16.3), but I can’t get past
Missing or incompatible modules in
ABCPlugin plugin - would you like to
disable it? …
From the log:
LogPluginManager:Warning: Engine version string in ../../../UE416Vehicle/Plugins/ABCPlugin/ABCPlugin.uplugin could not be parsed ("4.16")
I tried changing from “EngineVersion”: “4.16” to “EngineAssociation” and I no longer get the log warning, but still get the same failure. This plugin in working in Windows with 4.16.3.