Damien try to use curly braces instead of regular braces, in the past I found that there is a limitation of the Unreal JSON parser (which VaRest uses) that needs the whole JSON string to be sorrounded by curly braces (even if the original JSON string was JSON correct). Try to answer in this way:
{"data":{"QUANT":"1"}]}
Also, you may have to change the GetObjectArrayField block for a GetArrayField, but I am not sure about this.
Just wanted to say that your awesome plugin was forked and included inside another MIT plugin: socket.io client plugin. Thanks for making an amazing base to provide native values, struct, and socket.io raw data conversion to json in blueprints!
Has anyone gotten this plugin to work with HTML5 packaging? If I do a blank project without the VARest plugin it builds to HTML5 fine, but if all I do is do the exact same blank project with VARest, it fails to build. Any ideas?
Hi, I am new to REST and JSON, so could anyone explain how I use VARest to encode a screenshot (could be a .png or .jpg file from the harddrive or a Texture2D object within Unreal) and send it to a webserver, I only need to know the Unreal side of things since I have the server ready.
Thanks in advance.
Hi
I am trying to make a login system for my game. I am trying to learn how to use this plugin but I made only mistakes.
How can i found a tutorial whitch starts from 0 and step by step until blueprint creation? I found only two video tutorial whitch starts with an already made example project. I need to create blueprint from 0 and i have not found any documentation about this plugin.
Thank u.