Only rotate 2D character on one axis?

I am attempting to rotate a 2D character 90 degrees at a time on it’s Y axis. However, once the rotation reaches 180 degress, Unreal decides to “shortcut” the rotation by setting the X and Z axis to 180, and the Y to 0. Is there a way to disable this “shortcut” and set the Y axis rotation to 180?