First off, just messing around in 4.9Preview, trying to familiarize myself with it. But I have a question and just want to make sure I have it right in my head since my C++ knowledge is lacking! I need to have the same functionality of Is Timer Active Function in 4.8.3 as in 4.9Preview3…
This is what it looks like in 4.8.3:
And what it looks like in 4.9Preview3 (no longer a way to input function)
So, do you think it works by checking that handle of whatever function it’s attached to or do I have to do something with that Handle input?
Any help would be greatly appreciated.
Edit: oops…that Is Timer Active is supposed to be at that Branch node…not the set timer function btw… and it’s false not true:) But still can’t input function.