How to prevent previous keys from changing when creating new ones in UE5?

I’m animating the movement of several objects. For me, their position relative to each other is extremely important. But every time I create new keys, UE5 changes the previously created keys, which causes the previously set object positions to be violated.
Obviously, UE5 interpolates previously entered values.
How to prevent UE5 from changing previous keys?