UE4.6.1 won't package with Victory Plugin

I seem to be getting the dreaded error upon attempting to run my packaged project:

Plugin ‘VictoryPlugin’ failed to load because module ‘VictoryBPLibrary’ could not be found. Please ensure the plugin is properly installed, otherwise consider disabling the plugin for this project.

I’ve downloaded and installed the latest version of VictoryPlugin. Is there something I’m missing or are we waiting for a code update from Rama/Epic?

#BP only Project?

Is your project BP only?

Currently BP only projects cannot build the source code for my plugin to include in a packaged game.

This is scheduled to be fixed soon by Epic, ie, support for plugins in BP only projects.

This is one of the reasons code plugins are not currently permitted on the marketplace.

If you’d like to use my plugin in a packaged game, you can add an empty player controller class to your project, which will turn your project into a C++ project.

File → add code to project.

You will want to have Visual Studio 2013 Express installed on your computer to do C++ code. compiling

Again this is an issue that is going to be resolved very soon!

Rama

Thank you very much for the response Rama, you are the best!

Edit: For anyone else searching for an answer to this, my project is BP only. Looking forward to having this fixed soon!

Hi, is anyone aware of the status of this issue. Are plugins now supported in BP only packaged games?

UP :slight_smile: Any news?

By any chance is this working for blueprint only files yet? I have my project setup and now I’m connecting json but can’t compile :confused: working in 4.8

a thousand blessings if someone can help! :slight_smile: