Is there any free UI plugins for the UE4

Now I know there are two plugins use the html to show the ui in UE4 , one is VaQuole and the other one is Coherent UI.But there are some problems , the Coherent UI is not free, it charges every month,so I dont want to use it;the VaQuole is a open source project , but it can only response the onclick event in the html when I use it show the game ui,the other event like drag effect it can’t response well,and I find that it response the click event quickly when the mouse button is down in the game,so it can’t response the drag event.
In a word,is there any free ui plugins for the UE4? MANY THANKS~!

Theres UMG that will be experimental in 4.4, you can play it with now by starting editor with “-umg”. I dont know if it has draging but you maybe able to emulate in blueprint

Is it only for 4.4 now ? I’m using UE4.2,so is that means I can’t use it with this version?

4.2 has bits and pieces of UMG. What specifically are you trying to make? Basic health bars and text on the screen is very easy to make with blueprints.

I want to make the bag system,so I need the UI can be drag

Then you will need to use HUD canvas or any of nomfree 3rd party plugins like Conhirent UI or Scaleform

You can drag’n’drop with VaQuoleUI, just check http://html5demos.com/drag with it :slight_smile: