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.