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.
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.
Expected: The plugin compiles fine and can be used in other projects.
Actual: The plugin compiles fine, but projects report it is incompatible.
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-38783 in the post.
1 |
Component | UE - Foundation - Cpp Tools - UnrealBuildTool |
---|---|
Affects Versions | 4.13, 4.14, 4.15 |
Created | Nov 17, 2016 |
---|---|
Resolved | Jul 17, 2017 |
Updated | Apr 27, 2018 |