VaRest icon indicating copy to clipboard operation
VaRest copied to clipboard

REST API plugin for Unreal Engine 4 - we love restfull backend and JSON communications!

Results 74 VaRest issues
Sort by recently updated
recently updated
newest added

In Unreal Engine, I want to send request using wav file and I wrote it in python like below How can I request binary file or wav file? ``` import...

Hello dear devs, Can you explain us how to port the differents version of the VaRest, cause it work for the only 1 version of the Unreal Engine at a...

There is an API that needs to configure authentication information when i send requests to it. Can I send requests to it by VaRest ![图片](https://user-images.githubusercontent.com/84620929/218900633-b897d56b-cb00-4b55-b42e-32f7591d613c.png)

My requests are timing out seemingly randomly. Sometimes they work fine, sometimes I get the following: ``` 08-19 00:23:08.240 13502 13579 D UE4 : [2023.08.19-02.53.08:240][914]LogHttp: Warning: 0x6f31504060: HTTP request timed...

Now that UE5 has surpport double precision, but the GetNumberField or AsNumberField nodes still return float. Like 72.62739832410487 it will only return 72.627398 Will this plugin surpport double later? The...

https://github.com/ufna/VaRest/blob/726b46f7cd114d0dff07601d4358c9b88b06d4c3/Source/VaRest/Private/VaRestJsonParser.h#LL82C2-L82C8 The enum value `EJSONToken::ERROR` produces a syntax error when compiling for Xbox Series X, possibly as a result of a collision with an existing macro. I was able to...

The code value obtained from the interface request data is 200, and the value parsed by BreakJson is 0 ![1669102825461](https://user-images.githubusercontent.com/34883920/203254057-775969b9-06ca-4696-af57-b4e3d124d986.jpg) ![1669102634308](https://user-images.githubusercontent.com/34883920/203253426-6df432bd-9c70-4840-9513-144cc0972a3d.jpg)

I used VaRest plugin 2 month ago and worked like it needed. But now after 2 month it gives error and I can't find solution. ![mainImage](https://user-images.githubusercontent.com/78269109/231763719-cad61d8c-0bcb-47db-8dcd-21d5754f99f3.png)

Hi! Is possible input struct array into request parameter like this? ![image](https://user-images.githubusercontent.com/26050994/228487032-55c0fe33-68bb-41a9-af79-666ba5359797.png) ![image](https://user-images.githubusercontent.com/26050994/228487083-25ec76ea-7905-4dd3-a8df-1aa740da8814.png) Please help me out, thanks!

I try to use the ChatGPT API stream model, is this plugin can get server data by stream model? and how? thank