getnamo / BLUI-Unreal

CEF based HTML UI for the Unreal Engine.
MIT License
350 stars 73 forks source link

HTML5 target platform for 4.23 #78

Closed Zohan11 closed 1 year ago

Zohan11 commented 1 year ago

is there a ninja way to make it work on a HTML5 target platform?

getnamo commented 1 year ago

Not likely, you'd need to compile CEF to wasm I think and then figure out the way to load that separate wasm built browser correctly within html (how do the offscreen rendering hooks work in that context?). You'd likely have better luck trying to write an HTML wrapper to work inside the target browser that samples the screen of e.g. a hidden element and passes that image data back to unreal somehow. Either way sounds like a super complex task.