Hi all, I create some widgets in BP, for register an ID in my db, first time the game is launched, and after the user can manage his profile. All is working, but I can’t test connection…
In general, the BindEvent on RequestFail never fire, if I remove or delete my php page, or set a fake url, i can’t get a fail notification.
I tried with CallUrl, and in Callback test if IsValid Json, so I could print a error message (test-connection.jpg)
In (test2.jpg) I tried ExecuteProcessRequest, in this case EventFail fired, but immediatly UE crashed.
Please can someone help me for check connection before load php page, or check if the response fail?
Thanks