Let me start by describing my goal i would like to achieve:
I am trying to make an event where my player approaches an object, the player slowly starts getting lured to the object, and the camera angle starts to swing to a front facing position towards the object and eventually the player dies once they get lured too close to the object.
I have tried using the Set view target with blend node, but i noticed it affects add movement input node as well sometimes causing the player to never reach the kill box or sometimes stopping the player short entirely way before when they are supposed to stop. The camera will start moving forward and you will hear the foot steps but once it starts panning to reach to desired angle, the foot steps stop and when i pan the camera more you can see the shadow of my FPC standing still.
How can i achieve my desired affect without affecting my add movement input node which is controlling my character getting lured towards the object i am looking at?