Hi, we’re trying to do the same thing, expose the GetURL of SWebBrower in the our CustomWebBrowse widgetr; can you please explain us steps to subclass the WebBrowser Widget to access the current URL? We tried to create a new C++ subclass of WebBrowser from the UE editor, but when we try to complie, VS shows us errors like: "use of undefined type ‘SWebBrowser’ and ‘GetUrl’: is not a member of 'TSharedPtr. Can you please address us in right direction? Thanks.