Hello,
I want to know if there is a way by which,
- I can use HTML as UI for my unreal application ? (Or)
- Use server side html render and overlay the graph/data in UE4
Basically I want to create UI using web programming languages for a windows app.
Background : The application is windows based and will have to display a lot of data fetched from a server. Instead of creating the UI and data handling using UMG, I want to find a way to use languages like HTML, JavaScript etc to render the Web UI on top of my UE application.