BLUI Open Source HTML5/JS/CSS HUD/UI

[QUOTE=oleg.budeanu;259428]
This is really cool stuff to make UI , thanks a lot for sharing it and making it open-source !
I wanted to ask about installation :
"
Then copy the BLUI folder into the “Plugins” folder within your project directory, and enable the plugin by adding:

PublicDependencyModuleNames.AddRange(new string] { "Blu" });

To YouProject.Build.cs
Re-generate your project’s Visual Studio file and load up the editor.
"
This is what i read from readme file , i wanted to ask if there is a way around rebuilding prject with Visual Studio ?

Hey there, thanks for the compliments!
If your project is Blueprint only, it will not compile or linklink and other plugin code.
I’d suggest making a code project even if you plan on not adding any code.
May I ask why you need to step around visual studio?