You should put the DLL that included in plugin to the Engine’s Binaries folder. And it will work
You can add your own exec function, that will fire blueprint event (or anything you want), and then use it in JavaScript. JS code just simply launch ConsoleCommand("Your command ");
I plan to implement nice BP support, but a bit later (health issues ).