Hiyels
(Hiyels)
1
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”?
ufna
(ufna)
2
Hi,
You should bind OnRequestComplete event, and then read the responce content.
http://ufna.ru/github/varest/varest_example_simpleget.jpg
Hiyels
(Hiyels)
3
It says DEPRECATED, Use GetResponceContent as String instead…
KEATE_1
(Keate Wang)
6
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.
Hiyels
(Hiyels)
7
I used to. I’ll do it soon again.