<aside> ⭐
Reviews (These are the written reviews from the old Unreal Engine Marketplace)
</aside>
Simply hook up any blueprint code to the “Multi Thread Task” output and it will run in a new thread.
The “On Finished” output runs when the task is finished.
The Muilti Thread Task by Delegate node is very similar. The difference being that instead of outputs, directly on the node, you can have an own delegate. The OnFinished output only outputs something when the multi thread task is finished (bool = true)
Example:
Common issues:
Fix: