pcg select attribute node loses properties

So i have a graph with a spline and an intersection. As you can see in

the intersection has all the properties needed so if i want the min and max point in position x to get the edge cases of this intersection it would make sense to use the select attribute node.

However

As you can see here the select node suddenly has lost all properties and therefore does not return anything causing the filter attribute that follows to bring everything back unfiltered.

to prove that the properties are vanishing from existence i did another test with the mathematical min node

here it clearly tells that the inputs do not have those properties but as you can see in the first image the intersection node does have this property.

Is there a fix to this or does one know a workaround to this ? I would count this sort of behavior as a bug.

One thing i should mention is that this is a PCG graph inside of a blueprint and that the intersection is being generated by getting multiple world actors by tag (but even just taking the first one does not do anything)