Feeling like a derp cause lerp's not working

I am trying to move main camera to the players position but for some reason nothing is happening. What am I doing wrong?

8486603--1128785--Screenshot_3.png

bro you got a late update going into a vector 2 that’s getting a vector 3 position on self while lerpin’ ’ with a static value. also not telling anything to move.

what are you actually trying to accomplish?
literally move the camera from A to B smoothly?
the smoothest may be the animator for that but that’s a whole other ball o’ wax.

move the camera from somewhere in world space to the player’s location smoothly?

I would suggest looking at this post example. As it is correctly using the lerp node followed with a set position and having something to feed the T parameter on the lerp node correctly.

1 Like

Thanks, that helped, I just didn’t know I need to “SetPosition” after the lerp. Thought lerp will do it for me :slight_smile:

1 Like

Yes, this is the problem at the moment, with API nodes. They seem to be doing something, but they need more nodes to do it.

I have nothing valuable to add here but I just wanted to say this post has the best title

3 Likes