PCG Content Placement based on the points from CSV

Hello there,

The newly released PCG (Procedural Content Generation) holds tremendous promise. However, I have a particular requirement in mind when it comes to PCG: the ability to generate assets precisely where I specify, using coordinates from a CSV file.

After thorough exploration, I discovered that employing the CSVPointFormat Struct and UnitDiscPointData table allows me to seamlessly position objects within the PCG volume. But I am unable to create and use my own structure which helps me to place points in specific location.

If you need any further details, you can comment down below, I will respond as soon as possible.

Hi You can open the ImportDataTable node, and see how the use they build the point data from there, as you say you can see that they use the CSVPointFormat, you can recreate thise node and employ your own Struct to populate the point data, But I have yet to figure out how to create attributes with different values per point,

2 Likes

This is exactly what I’m looking for too… Does anyone have any new info on this point yet please?