Why doesn't unreal's UPEOPERTY(Replicated) tag automatically sync data from client to server?

88 Views Asked by At

As we known, in unreal dedicated server , the UPEOPERTY(Replicated) tag will sync change datas from server to client automatically. However, why not unreal implement such function on client side, instead of invoking rpc to change server datas?

0

There are 0 best solutions below