[Plugin] Web UI framework plugin ()

You should put the DLL that included in plugin to the Engine’s Binaries folder. And it will work :slight_smile:

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 "); :slight_smile:

I plan to implement nice BP support, but a bit later (health issues :frowning: ).