How can I rotate a Pawn a full 360 Degrees?

Ah you have shown me I was approaching the problem the wrong way. I was updating the code to always apply Quaternions. But instead, a much simplier solution is to simply just add the rotation directly to the Actor. Cool, you solved my issue!!! Thank you very much!