-
Notifications
You must be signed in to change notification settings - Fork 216
Description
When trying to submit a newly imported model to revision control, validation fails. It is related to this warning
LogPackageName: Warning: GetLocalFullPath called on FPackagePath ../../../../../akasha/depot/Content/ThirdPerson/Characters/Faust/faust which has an unspecified header extension, and the path does not exist on disk. Assuming EPackageExtension::Asset. LoadErrors: Warning: While trying to load package /Game/ThirdPerson/Characters/Faust/VA_faust_VrmAssetList, a dependent package /Game/ThirdPerson/Characters/Faust/faust was not available. Additional explanatory information follows: FPackageName: Skipped package /Game/ThirdPerson/Characters/Faust/faust has a valid, mounted, mount point but does not exist either on disk or in iostore. The uncooked file would be expected on disk at 'J:/akasha/depot/Content/ThirdPerson/Characters/Faust/faust.uasset'. Perhaps it has been deleted or was not synced?
I see that that the UPackage *Package; field is referencing an invalid package after setting VisibleAnywhere on it.