So to summarize for anyone looking back at this in the future:
- Include “WebBrowser” in you
.build
file’s dependencies - Add the include “SWebBrowser.h” to your file in which your creating the browser
- Use
SNew(SWebBrowser)
/SAssignNew(/*YourBrowser*/, SWebBrowser)
And you should be set. Hope this was helpful, and saved someone out there some time figuring this out.
Especially if your a beginner like me