Good day,
I’ve been trying to get a plugin to run on the UE5 Preview 2 version found on the epic store launcher, but it doesn’t work.
I’ve checked out and compiled the 5.0.0 Preview 2 tag , ran the plugin in this build and packaged it into a precompiled folder using both the RunUAT.bat BuildPlugin -Rocket command and the package plugin functionality found in the editor.
I copied and pasted the package into the Plugins/Marketplace folder in the epic games launcher engine install path, but it keeps crashing before even loading saying that the modules are missing or built with a different engine version.
On closer inspection I noticed the engine versions don’t match, more specifically:
Source Code: 5.0.0-0+++UE5+Release-5.0
Epic Launcher: 5.0.0-19206456+++UE5+Release-5.0
Do I need to do something differently ? Is the source code I used not the correct one ?
This worked in the 5.0 Early Access and in the 4.2x versions of the engine.