Hi,
Thanks for the link. I did study this and tried various modes, and found the best results with Simulated Only.
The issue I have been facing is one that of Jitter on the client. If you know how to resolve this, it would be a great help. I have been grappling with this for 2 months now.
I have an Static Mesh Actor class blueprint (not pawn or character), which has a another static mesh component. This is being moved using a timeline. The timeline fires repeatedly depending on a dice throw result. While the motion on listen server is perfectly fine, the same on the client is not. It throws up random jitters at times and there seems to be no pattern to it. What could it be due to? I have managed to reduce this jitter by tinkering with the values of Net Update Frequency and also Replication condition. But it is still there to the extent of 10% of the times that I run a session.
Can you help or point to a solution? I am using Blueprints only and not any C++…
Thanks,