Hi Everyone…
Firstly would like to thank the creator of Va-Rast Plugin for ue4. Really enjoying using it and its features with REST API parse
Anyone got the VaRest_1.1-r11 working with 4.10 in a BP project. ?
VaRest_1.1-r9 works fine in BP project in 4.9.2
Yes, but need to compile plugin.
If you want i can send you my compiled version (for 4.10).
can someone please please please make a tutorial. I have my database and php script but i dont know how to use this plugin to.send the json data to the php script in order to manipulate the mysql database . Please someone help ive been stuck fo ages thanks
Could you please upload your working version? I’m having issues with GIT.
anyone trying access google search engine?
I got this response
I check against my web server, and the GET its correct, i copy from logs the URL and paste in firefox changing the domain to google and on firefox work, i got the expect response in JSON format. What i missed?
Please provide the url to test, I’ll check it. Possible you should update the plugin from the develop branch, I’ve fixed some issues with GET requests in it.
i give you on private because its using my public api and have limit to 100 querys/day
Sure, pls PM me
yesterday i have a bad day with other php errors too, 3 hours without doing a simple task for get the mysql data and creating a array with the right format. Sometimes its better go to sleep and try next day hehe, i wake up and in five minutes …
i post here that simple code, perhaps can be useful for someone without too much php knowledge.
I sent from UE4 a “request”:“categories” in POST/JSON format. categories its a simple table with catid and catname values
:mad:
and remember UTF8 for avoid strange NULL returns :mad:
Hotfix release: Release VaRest v1.1-r12 · ufna/VaRest · GitHub
Hey, get plugin loving it. This is my first time posting on the forums SO NOT SURE HOW this is will work or if there will be two posts…
So everything is working how it should be HOWEVER (love that word, says there is trouble…) I am getting an error:
“LogVaRest:Error: Json Value of type ‘None’ used as a ‘Number’.”
-There is one for every object returned, I have attempted to disconnect all pins etc, and I still get it.
The data is: (along with type, yes its valid) the italicized parts are what was changed - they where floats/doubles before
{
“data”: {
“id”: 1, <-int
“name”: “G0FK”, <-varchar
“type”: “G”, <-char
-
}, {"xPC": -33, <-int "xAU": 48404, <-int "yPC": 15, <-int "yAU": 68783, <-int* "zPC": 0 <-int
“id”: 2,
“name”: “G1FS”,
“type”: “G”,
“xPC”: -51,
“xAU”: -80386,
“yPC”: -43,
“yAU”: 67324,
“zPC”: 0
}
]
}
and an image -
Use GetStringField, GetNumberField, etc. instead of GetField (which returns Object type).
Ah, okay that makes sense.
Works, thanks!
Hey guys, been trying to figure out how to install/compile this plugin for Mac, can anyone point me in the right direction?
Hi,
This Plugin looks really awesome but could someome please show a “usage example for dummies”?
In other words: What exactly is required to store Player data online in a secure and reliable way?
I’ve created a MySQL Database and downloaded Varest. What’s the next step to get ist working? Do you need some php bridge or another kind of form? How would this be done?
I’d really need a simple step by step Guide that shows how to exchange Data between ue and the database and vice versa.
Thanks and best regards,
Daniel
Hello please could you update it to newer version. I t looks amazing.
Hello, So how can I create a .json file with som arrays in it using this? And then send it to url or something. Please
Having issues figuring out the process on the UE4 end AFTER url has been processed. I get a json response:
LogVaRest: Response (200): {“newsdate”:“01-20-2016”,“title”:“Test News!”,“desc”:"This is a Test of the ability to read and display news to the client!
This is a new Line!"}
So i want to do things in UE4 with this information, i tried a ton of wrong ways apparently… i use this BP and i imagine im missing steps or something to be able to pull the information out of the fields…
http://puu.sh/mEPRA/e110dded35.png
LogJson:Warning: Field Title was not found.
LogJson:Error: Json Value of type ‘Null’ used as a ‘String’.
Anyone able to help me with this?
Got it working finally had to use the latent version, i think it was trying to get the values before they were ready with the other version.