Velarion: 전체 콘텐츠 50% 할인

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.