How can I use simple math on Exec?

Hey guys, I’ve got another question. Is it possible to do some simple math on some exec like

Event Begin Play → Integer - Integer → To string (Int) → Print String

Thanks.

Of course it is. In order to provide better help, could you briefly describe what it is that you want to calculate?

Yeah simple an function which do Integer - Integer. I want to create an Countdown macro. And there I need for the ForLoop an function which do an int minus an int and execute the result for the output node.

Do you mean something counting down time specifically, as in seconds: 10… 9… 8… and so on?

Yeah right!

Then do something like this: