PCG Problem going from UE 5.5 to 5.6 / Get Point Data not working anymore

Hey everyone I have a problem moving from UE 5.54 to 5.6:

I am generating a grid of points with PCG and route the points to the graph output like this:

Screenshot 2025-07-31 131118

Then I try to access the point data in a blueprint like this:

Screenshot 2025-07-31 131137

In UE 5.5 the Data port would give me PCGPointData and I then do Get Points.
In UE 5.6 the Data port gives me PCGPointArrayData and I don’t know how to get the points out of there :D.

Does anyone know what changed? And thank you so much if you have the time to look at my question.

Julian from Hamburg