How can I bind Camera Rig Rail to the player?

Hi

I want to move camera parallel to the movement of player. I use for this camera rig rail:

I created simple BP code for this movement:

And this even works, but camera moves twitchy…

May be I’m on the wrong way? Or simple I should check my code?

My fault :sweat_smile:

I miscalculated floor position. Division by 2 solved my problem.