4.7.2 Ease() shortest path not saved

“Shortest path” boolean on Ease function is not saved. If you save your blueprint, close the editor and open the blueprint again the shortest path option is always checked. No matter if it was unchecked in blueprint, or driven by boolean variable set to false.

Hi Janne404,

Which Ease function are you using? There are a few in blueprints. Could you show me a screenshot of how you are setting your blueprint up so I can try to reproduce this on my end? Thank you!

Of course. I’m using the Ease() with a “sinusoidal out” function. Thanks for looking into it.

Hi Janne404,

I was able to reproduce this and have entered a bug report, UE-11537 to be assessed by the development staff. As a workaround, create a boolean variable and manually add that variable to the shortest path input. You will be able to set this variable independently and it should remain unchanged during closing/opening project.

Thanks for the reply. Sadly you can’t avoid the issue even with a boolean variable. The connection to variable also resets and gets cut next time you open the project.

What makes it even worse, is that I just packaged my project for the first time and even though the shortest path is toggled false in editor and everything works good in the preview launch, the packaged content seems to run into the bug and have the “shortest path” auto selected.

That is certainly not a good situation! I will update the bug to reflect the data you just provided. Thank you for the additional information!

This happens in 4.15.1, just a heads up