VaRest Register System, print php result

Hello, I have the following blueprint:

Using my Register.php, it places the info in my database, correctly.

Here’s my php:

My question is:
In the blueprint I showed you, how do I get the Unreal Engine to print the echo “Account Created!” or the echo “Username taken”?

Hi,

You should bind OnRequestComplete event, and then read the responce content.

http://ufna.ru/github/varest/varest_example_simpleget.jpg

It says DEPRECATED, Use GetResponceContent as String instead…

same problem

use it
it works

Do you know how to convey data from unreal to a webserver?
I mean I know use POST in unreal,but it seems some code should be added in php.

I used to. I’ll do it soon again.