Hello, I am making a game for a game jam, I have moving platforms, the vertical ones are fine but the ones that are not, move the player jitteringly, Is their a solution to this? Posting this in Programming/Blueprint, as I thinks it makes sense here. Here’s a screenshot if it is useful:
Try to disable the motion blur effect in the post process volume to see if that makes any difference. Alternatively try to disable it alongside the Anti Aliasing found in the Project Settings. This will most likely resolve the issue, if it doesn’t please let me know so we can continue debugging the issue together!