a) set your spawned actor to replicate
b) spawn the character only on the server
c) no need to multicast. The actors will replicate on their own from server to client.
Multicast should mostly be used to show FX and play sounds on other players pc. Things that are not critical for gameplay.