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:
Then I try to access the point data in a blueprint like this:
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