How to make an actor smoothly transition to a location

I currently have a piece of code that takes an actor to my desired location, however it basically suddenly jumps forward to it like its teleporting, how do you make it so it slowly transitions to that spot? Here’s the code I have right now.


Thanks for any help.

(post deleted by author)

Use a Timeline to Interp/Lerp.

Could you send a tutorial or explain in a little more detail because I’m not exactly familiar with those nodes? Thanks.