Multiple Exec Input, wait for last one

Hi all

Follow-up on this: Multiple Exec Input - Cinematics & Media - Epic Developer Community Forums

How can I make the execution wait until all the inputs have been fired, in such a manner that only when the chronologically last one is fired, execution fires?

Thanks

You could try using the built-in “Do N” macro for counting calls and use its counter in a condition to detect the last call fired.
Here’s an example:

Cheers! (better late than never? :wink: )