modio / modio-ue4-legacy

Unreal Engine 4 Plugin for integrating mod.io - a modding API for game developers
https://mod.io
MIT License
85 stars 14 forks source link

Fixed issue where firing requests every frame crashed #30

Closed MarkusRannare closed 4 years ago

MarkusRannare commented 4 years ago

Fixed https://modio.atlassian.net/browse/DEVLIBS-170

Base of the fix is ensuring that QueueAsyncTask is called before the call goes into the SDK, as the SDK might fire the response during the call due to caching and the response tries to ensure that the object is the task queue