Could be that the TArray for meshes is using int as it’s index which max value is 2147483647
Try splitting up the mesh and importing in 2 parts.
Could be that the TArray for meshes is using int as it’s index which max value is 2147483647
Try splitting up the mesh and importing in 2 parts.