Hello together,
I am creating an Editor Widget using C++. In this window I want to perform an oAuth2 login process.
For now I am trying to use the Editors WebBrowser Plugin to have some kind of pop up window in which I would redirect to the login service.
I can’t figure out why the engine throws link errors though I included all header files and the Module “WebBrowser” into my build.cs file.
Here you can see my Slate widget. When I try to create a new SWebBrowser the link error comes up:
My build.cs file:
Anyone having an idea why the link error still comes up?
And do you guys maybe have an Idea on how to start doing an oAuth2? Should I use an http listener for that and the OS WebBrowser or should I better use the Engine and it’s WebBrowser-Plugin?
Any help apprecciated!
Best,
Johannes