Async Node - Power of multithreading

Increase performance and remove stutters using power of multithreading.

  • サポートされたプラットフォーム
  • サポートされたエンジンバージョン
    5.1 - 5.4
  • ダウンロードのタイプ
    エンジン プラグイン
    この製品には、コード プラグインが含まれており、ビルド済みのバイナリと Unreal Engine に統合される全ソースコードが完備されています。任意のエンジン バージョンにインストールし、プロジェクト毎に有効化することが可能です。

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

テクニカルノート

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.