Multi Thread Node?

Hi is there a way to execute nodes at same time ?

I want to replace a sequencer for a node that fires or executes other things without waiting other to finish.

Thanks for your time.

You will need to dive into C++ for this.

Alternatively you could spread your execution over multiple frames using tick if you have an operation that is so intense that it is locking up your screen on a single frame. There is a thread by Monokkel that shows how you can modify your loops.

Hi

I am working on a plugin that provides a full multithreading solution in blueprint and c++
you check out this thread : Multi-threading in Blueprint - Work in Progress - Unreal Engine Forums
Today I will post the first progress videos.

I am aiming to publish the plugin before the end of this year, so soon you can check it out in the market place