I am able to call JavaScript functions from an UE4 game. . .but I'd like to go the other way. Basically, I want to see if I can flush out a user interface using HTML/CSS. For instance, I'd like to have a button event that starts the game, pauses the game, etc.
How do I go about getting the GameMode? Call a method within the class?
I've tried Embind (https://kripken.github.io/emscripten...pt/embind.html) but without success at the moment.
Any help is appreciated.
Thank you.
How do I go about getting the GameMode? Call a method within the class?
I've tried Embind (https://kripken.github.io/emscripten...pt/embind.html) but without success at the moment.
Any help is appreciated.
Thank you.
Comment