Show CEF window in-game

Hi.

I want to integrate CEF ( Bitbucket ) into my game by creating plugin project.

How to show in game window of the CEF? I want to show CEF functional (browser) in stylized window, not in stand-alone CEF window. In something like UE HUD or UE Widget.

How to pass visual output of some program (CEF) to the UE game object?

Thank you.

OK, I just found it ))).

There are some bugs in Web Browser widget…

It shows HTML select incorrectly.

We already have an integration of CEF in the engine, which is used for the web browser module. That displays web pages within slate widgets by setting CEF to render to a texture rather than create stand-alone windows. If you want to use CEF for your own purposes outside of the WebBrowser module you’ll have to be careful that the two systems can work together as I think you can only initialise CEF once within a program.

@Arthur, Did you find a way use CEF, to render a texture for a game object ??

Yeah, of course, I did…

Can you give away some hint on how… ??
I have a project where i want to show a webbrowser on something like a half sphere.

Can you explain us how you did that? there is a bug in the webbrowser widget for Android and this is the only way to get a world space webbrowser to be rendering