VaRest
VaRest copied to clipboard
REST API plugin for Unreal Engine 4 - we love restfull backend and JSON communications!
Hey @ufna, I just wanted to know if it would be possible to create a generic node that accepts a wildcard struct and returns the decoded json string infering the...
This is probably a silly question. (and probably not possible) However, is there a way to create a Json object through something like a public instance of a variable where...
After packaging a game, if the game gets alt tabbed and minimized, the next VaRest call always fails. This is when the game is starting. Is there any way to...
Encountered on UE4 4.23. When sending a REST request and receiving the HTTP status code of 204 which means "No Content", the attached error is received by the plugin, which...
Good Afternoon. How can I enable etag cache? I have server working with cache but always return 200 response in unreal but with postman return 304 (Not Modified). So how...
Following #39, UE4's JSON parser does (now) support deserializing top-level arrays. Example: `FJsonObjectConverter::JsonArrayStringToUStruct` This feature would be useful to have in VaRest. I could have a go at it.