Hello,
I was trying to find the best way to play a tween in c++. I am currently using the CreateTweenEventWithParameter method but using the callback documentation to trigger the tween inside a function. I was trying to store the tweenevent in a variable but it seems like I have to call the CreateTweenEvent everytime to get it to play. Is there a more straightforward way to trigger the same tween over and over again?
Also, what is the best way to chain tweens? Can I just call another one on the onfinished callback of the first tween?
Thanks in advance.