How to make a multiplayer Demo?
1、Create a new class of ReplicationDemoActor;
2、Add one UProperty(int32) that will plusplus one time after client side press F key and display the value on all sides;
3、and this Property plusplus one time after client device press G keydown and Only display on the Role_AutonomousProxy client screen;
Thanks a lot!!