Error in the code of A* search

File GraphAstar.h

We take a reference to FSearchNode at line 184, but it can get invalidated due to the possible node pool resizing at line 212, and cause crashes or incorrect behaviour when used later on.

Hey koloden,

Thanks for reporting it. We’ve noticed that as well and it’s already been fixed for 4.16. Please share anything else you find wrong with our code!

Cheers,

–mieszko