ufna / VaRest

REST API plugin for Unreal Engine 4 - we love restfull backend and JSON communications!
https://www.unrealengine.com/marketplace/en-US/product/varest-plugin
MIT License
1.09k stars 301 forks source link

Maximum number of UObjects exceeded #352

Closed norbi905 closed 3 years ago

norbi905 commented 3 years ago

I'm most certain i'm doing something wrong, but figured i'd ask for a pointer here perhaps. I have a dedicated server running, which crashes with the output log saying i've exceeded the number of UObjects. When running through the debugger, i get the following. Images attached. Once I get my Request response, and I parse it and set my values accordingly, do I have to manually clean up the created UObjects? I'm not sure what might be going on here. Any help is appreciated. Thanks. image (2) image (3) image (4)