Hi, I have such code, on both client and server:
SafeMoveUpdatedComponent(Direction * MovementSpeed * DeltaTime, UpdatedComponent->GetComponentQuat(), true, MoveHitResult);
And delta time is about 15 times bigger on the server than on the client. In theory the tick rate should compensate it, but in practice pawn on the server starts to move extremely fast