Crashed when using WebBrowser

Hi,

I’m using WebBrowser to load the web page, then I call the ue function in js.

Then i do some operation in ue code and return data.

But if I operate the pointer in the ue function, the project will get crash.

What is the correct way for WebBrowser to interact with UE?

Hi!Can you show the crash and function call thx.The Web browser as I remember is still in experimental status.

Workflow like this:

CreateWidget(Contain the web browser)->BindUObject->LoadUrl ->Js call ue function(such as setting the Style of another UI) → ue function return data.

CrashFile

And the project will be blocked when loading the URL sometime.