Trying to resize TArray to an invalid size of 2147562356 - UE5 crash loading high poly scan

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.

1 Like