I ve just create a pawn. I want to move it in multiplayer environment.
I manage simply input to increase speed, and I use speed to add force to this pawn.
I disable physic on remote, and let it on authority
After applying forces, retrieve the location, and the rotation of the pawn, and call a new custom event, replicated as multicast, and apply this two vector/rotator to the pawn.