The goal of this thread is to upgraede the WebBrowserWidget, or more specifically WebBrowser, for use with the HTML5 build target under UE4.24.3-HTML5. The widget consists of 7 files in total and it ultimately leads us to a function in the internal CEF Browser that I believe needs to be outfitted with emscriptn websockets

CEFWebBrowserWindow.cpp

I am referencing this stackoverflow thread for an example of how to add the headers for emscriptn websockets. I’ll update this thread with my progress, and I’ll be so thankful to any input others may have about this.