Increase performance and remove stutters using power of multithreading.
This plugin will allow you optimize your game by putting heavy computations on background.
Features:
Code Modules:
Number of Blueprints: 1
Number of C++ Classes: 4
Supported Development Platforms: Currently plugin was tested only on windows
Supported Target Build Platforms: Currently plugin was tested only on windows
Documentation: Screenshots and example blueprint is all you need!
Important/Additional Notes: Try not perform thread unsafe operations on background thread. Also don't forget to close background tasks on endplay.