Developer Notes

This issue has been closed as 'Won't Fix' due to an extended period of time without updates. If this issue is important to you please let us know by posting on the AnswerHub or UDN, and Epic will re-open the ticket for further review.

Description

Seems like packaging plugins doesn't generate UE4Editor.modules files.
This file is used to point to the plugin binaries to use, and so can cause issues.

The simple workaround for this is just copying the UE4Editor.modules file from the plugins binary directory inside the project source files. (e.g. /MyProject/Plugins/MyPlugin/Binaries/Win64).

In some cases, the file will have build info embedded in it (e.g. UE4Editor-Win64-Debug.modules). These need to be renamed to simply UE4Editor.modules.

Steps to Reproduce
  1. Create a new project.
  2. Create a plugin.
  3. Try to package / export the plugin.

Expected: The plugin compiles fine and can be used in other projects.
Actual: The plugin compiles fine, but projects report it is incompatible.

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-38783 in the post.

1
Login to Vote

Won't Fix
CreatedNov 17, 2016
ResolvedJul 17, 2017
UpdatedApr 27, 2018