Stop Motion BP movement effect?

I’m currently trying to make the movement of my character feel like stop motion and skip every other frame.

I’ve set up all my animations as stepped with a custom step curve which look good however the character movement is still very smooth and breaks the effect, especially when the character jumps.

I’ve tried messing with the Tick Interval but it doesn’t look great unless the camera is static.

I’ve seen another method of storing a pose within the anim BP but not sure if that would help in this case since it’s more to do with the character movement I believe.

I’m wondering if anyone knows a better approach for something like this using blueprints or how to achieve this effect? I basically want to skip every other frame if possible.

Any help/suggestions would be greatly appreciated.