Point in polygon problem: Ray casting algorithm or Winding number algorithm

Hi!

Do you know if there is something similar to point in polygon algorithm in Unreal?

I have a set of 2D points, and I need to know if another different point is inside the polygon defined by that set of points.

Thanks.

If still relevant, this worked for me:

1 Like