Plugins “XXXXX” failed to load because module “XXXX” could not be found. Please ensure the plugin is properly installed.
解决方法:在打包后的插件文件中找到"XXX.uplugin",打开编辑,在"Modules":前添加一段 “EnabledByDefault” : false
如下图:

No target name was specified on the command-line

命名不能以"Test"命名,会冲突,导致编译失败.修改项目名称即可.
网友评论