[Plugin] Http/s REST, blueprintable JSON query and Parse API manager [VaRest]

I don’t know if what I said made my sense. My apologies.

I ended up using a method like this…

Created a struct to hold all the JSON info. Made an event which saves each request as a struct in an array.

Then I have a delayed “for each” in array (manually, not the utility node) which fires the json plugin stuff. At the end, before Bind Event to OnGetResults the Struct entry is removed.

This keeps multiple requests “spaced” with a time delay. Sometimes it still fails to send the data. I’m going to have to use other methods for error correction.

Data -> To Struct -> Struct to Array -> Custom Delayed For Each Loop on Event BeginPlay -> JSON Request Using Struct Data -> Removes Struct From Array -> On For Each Completed Restart Loop

This creates basically throttles the plugin to 1 JSON request per second which usually returns data as it should.

I wonder why the plugin returns nothing on requests in quick succession? Both VaRest and JSONQuerry do this. I used a script to make sure it wasn’t a problem with my server. I’m posting this as food for thought. Thanks for the awesome plugin! :slight_smile: