Turn in place issue

Hi everyone!

Hope your weekends were good.

I am trying to implement a turn in place animation and running into this issue as I have a custom “mmo” type camera system (left click and hold rotates camera, right click and hold turn camera and player) as below:


This is working great and I am happy with it but now I am trying to implement a turn in place animation that will work when right click is held and moving on the yaw but having some issues. This is what I have in terms of bp for that:

This is (should be plugged into the output of add controller Yaw input) which I have tried with a sequence (need to be able to reset off the do once node at the start and feed into the turn in place) and sometimes it works fine but if I close the editor play and play again it doesn’t work at all, when I am in debug I can see it firing off correctly though. I’m at a loss and any help would be appreciated.

Cheers