Hello unreal engine peoples.
So im designing a game where players are able to pick up pieces of wood, and place them on windows and over doors to board them, as a sort of defense against other players
So I Wanted to make it so that you could pick up object but tracing to them, and doing a physics handle on them. I made some blueprints based on another forum related to this topic, and got this to be able to work in multiplayer.
However the problem happens when after you move around the object enough on the client, the objects become completely out of synch, and they end up in 2 different locations, from on the server vs, what the clients see.
Is there any way to pick up and object using physics handle and have their location replicating perfectly? Or is this just a bad way of doing this little mechanic?
And if so how come games like halo reach, can have physics objects replicate their location perfectly?
I can show my blueprints btw.