I would like to ask you, how can I make HTTP request from UE4 to some external site (like AJAX).
Imagine, that I have login scene in my game, and if user click on button “Login” I want to send credentials to my server, where I can determine if entered login and password is right or not.
It’s possible from C++, not sure about the blueprints though. Check out this Wiki page:
Basically you have to change your build file to add Http support and then you will be able to create Http requests, you can check FHttpModule interface here: