Camera Spectating causes jittering


In my replication RPC (called on tick), I was using set world rotation (with rotator input), rather than set relative rotation (with float input for pitch only). Not completely sure, but I’m guessing 0 values on relative wouldn’t change the current camera rotation, whereas 0 values on absolute (world) rotation would cause constant changing pitch (snapping).