[Question] Sending events from WebBrowser's JavaScript to BP

Hey!

I am currently looking at the WebBrowser Plugin’s source code and wondering how I could solve the mentioned problem: Ingest a function into the browser frame’s context that allows to send events from JS, stringify arguments, then add the ability to receive events with the parsed arguments in BP.

Currently, I’m already struggling to ingest a function on the browser frame’s context (e.g. sendToUnreal()).

In case anybody here already has experience with CEF, I’d love to get some hints.

Thanks!