Async Node - Power of multithreading

4
3.75 out of 5 stars(4 ratings)
  • 50%
  • 25%
  • 0%
  • 0%
  • 25%

Increase performance and remove stutters using power of multithreading.

  • Supported Platforms
  • Supported Engine Versions
    5.1 - 5.4
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

This plugin will allow you optimize your game by putting heavy computations on background.

Technical Details

Features:

  •  Create and execute background tasks
  •  Create and execute tasks on game thread
  •  Completely crash-protected (if used correctly)

Code Modules:

  •  AsyncNodePlugin (Runtime)

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.