The Pressed output of the mouse event executes just once when you press the mouse button. The interpolation node requires continuous execution to smoothly interpolate per frame. You can test this by changing the left mouse button event for an InputAxis event. To do so you add an axis input mapping of the left mouse button i n the project settings. Input axis events execute every frame.
1 Like