HI, I am building a LiDAR simulation, and I would like to convert all of my data from the simulation to a csv file that looks like this:
However, I only managed to add the distance to the array. I could not add the remaining data (x,y,z) into the array. I am wondering if there is any method that I can use to combine an array like this.
The index in Unreal Engine is for rows. Is there any method that I can append array in column?
Thank you.