Point Cloud Plugin

Hi. I’m still struggling with the right/left-hand conversion. My Lidar data is coming from a right-hand system, so importing them in Unreal means all Y-values become negative (which is correct when converting from right to left-handed).

The thing is, I made a blueprint which casts a trace on the pointcloud, execute some calculations, and returns data with x/y/z-values, all saved in a json file. Ofcourse all Y-values are negative because of the conversion, but how do I convert all Y-values back to a right-handed system?