Ue4 Plugin Generator by

I was surfing for creating the database plugin and found this. I thought of sharing it. Might be useful to someone. :slight_smile:

Tool: http://.github.io/Ue4-Web-Plugin-Generator/

Github: https://github.com//Ue4-Web-Plugin-Generator

Regards,

You can also use “Plugin Creator”


I was not aware of that. Thanx for sharing it. :slight_smile:

After enable the plugin where you open that window ?

File->New plugin

or if youre using master branch, theres New plugin button in plugin browser window

Hey thanks you!

Great stuff, Thanks much for sharing it.

Do you need to compile from source in order to get access to the Plugin Creator? Seems in 4.9.2 it’s not listed, though I do remember seeing it at one point in time… though it may have been when I was using the source from github.

plugin creator was merged with plugin browser. So if you go to Edit->Plugins there should be “New Plugin” button in the bottom right corner of the window.

Note that this button will be visible for c++ projects only.

Gotcha, thanks!