Replicating a Group of Actors

Character consists of a pair of pawn and actor, each with its own blueprint. The pawn blueprint and actor blueprint work together to make the character move. I want to make the game a network game, and replicate the character to other client. Dose this kind of character can be replicate? How can make it?