Multiplayer Help!

I think you need to understand the concept of network synchronization in Unreal. Unreal will only synchronize position and rotation by default, as well as the basic animation of the default character. You must solve the logical processing of other objects by yourself, because it seems that it does not handle network synchronization, etc. Caused