How can I override control rotation UPROPERTY to replicate?

I’m trying to have characters control rotation replicate. The world in my game is round and so this information needs to be shared with the network so the clients update correctly. When I look at where control rotation is defined in engine code I see that it’s just a UPROPERTY(). I’d rather not dump a replicated tag in engine code so is there a way to set this elsewhere?