Tidal Flask Studios: 所有产品五折优惠

Async Node - Power of multithreading

Increase performance and remove stutters using power of multithreading.

  • 支持的平台
  • 支持的引擎版本
    5.1 - 5.3
  • 下载类型
    引擎插件
    此产品包含一款代码插件,含有预编译的二进制文件以及与虚幻引擎集成的所有源代码,能够安装到您选择的引擎版本中,并根据每个项目的需求启动。

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.