Naming standards for networked functions

I’m switching over from Unity which had you prefix networked functions with Rpc/Cmd. For non-networked functions that should only be called from the server I prefixed with Server, and ditto for Client. In Unreal you’re supposed to prefix networked functions with Server/Client though, so I’m wondering what would be a good standard for the other functions?