Point Cloud Plugin

Thanks for the report. Happy to say it’s already been fixed for the v0.5.6, scheduled within the next few days.

If you need it sooner and don’t mind re-compiling the plugin, just change line 89 92 in *PointCloud.cpp *from


if (!FPaths::FileExists(Ar.GetArchiveName()))

to:


if (!FPaths::FileExists(Ar.GetArchiveName()) && !(Ar.IsCooking() && Ar.GetArchiveName().Equals(FPaths::GetBaseFilename(FStringAssetReference(this).ToString(), false))))