Finterp set duration in seconds?

Never mind, I used timers instead, and it’s much cleaner too. There I can set specific duration, and through mapping the range and clamping it, I get clean 0 - 1 alpha values, which I can then feed to Ease node. I have this in an actor component class, so I can pretty much have it anywhere to modify rotation of components - without using timelines or lerps. Screenshot if it helps anybody:

4 Likes