How to make actor physics replication work with medium ping

I’d suggest taking some time and going through the Character Movement component and how it handles packing client moves. You should be able to piggy back on that data (you could simply add an input vector which is from the client stick + whatever) and apply that server side when you go to read the client’s movements and validate them.