How to disable a charachter from inheriting controller rotation?

How to disable a charachter from inheriting controller rotation?(temporarily, so from event graph)

Since Character is a Pawn, you should be able to access its UseControllerRotation boolean for pitch, roll, and yaw. Yaw is true as default, I believe.