Camera Issue After Updating Anim Graph Code

Can anyone please help me figure out what is causing the camera to jolt like this over and over? (Video attached)

I was implementing additional animations into the anim graph for the character and updated some of the code to work with new animations, and then this started happening as I was setting transition states for the anim graph. At first, I could fix it by undoing the change I made in the anim graph transition, but now it appears stuck doing this. Any help would be greatly appreciated! Thanks!

Update: further testing, I have found that disabling Use Pawn Control Rotation gets rid of the camera twitching issue; however, I am figuring out how I can code it to look up/down without it (not working so far).

FIXED: Found a solution; put the logic on the player camera and clamp the angle at which the player camera can move, and disable Orient Rotation to Movement. Got rid of weird twitchy-ness with cam.

2026-02-14 16-23-23.mkv (6.8 MB)