Sorry to bother you ufna. Thanks for the awesome plugin!
I’m making multiple requests in succession. It seems like the requests need to be spaced 1 seconds apart for them to work. (Trying even .5 seconds fails)
I tired putting the variables into an array like pictured below.
Also, I made sure it wasn’t a problem with my server (Using CouchDB) by writing a quick script to make 10 requests instantly. The server responded to all of the requests.
Any ideas? I’m not able to put custom events for onrequestcomplete / fail inside a function. I have a feeling it would work that way. Anyone have ideas on a solution for this? I’ve tried a lot of different things for around 6 hrs.
Request Test SH

SH Results

UE4 output on 5 consecutive requests

UE4 output on 10 consecutive requests

UE4 output on 10 requests with 1 second delay

Got any ideas on a method without having to space the requests or a BP method of handing off requests to separate request branches if they appear in quick succession? That’s the solution I might end up using.