If you ask whether variables that were made by Epic (in APlayerState) are replicated, then the answer is: some of them are (for more, see header of that class here Runtime/Engine/Classes/GameFramework/PlayerState.h).
If you ask whether your custom variables will be replicated automatically, then the answer is: no. In such case you’ll have to make them replicate on your own.