Closed Josiah-Kunz closed 1 year ago
Problem was raised by the AffinitiesComponentDrawer
when getting UType
assets. Changed:
AssetRegistryModule.Get().GetAssetsByClass(FTopLevelAssetPath(TEXT("Type")), TypeAssets, false);
to
AssetRegistryModule.Get().GetAssetsByClass(UType::StaticClass()->GetClassPathName(), TypeAssets, false);
(which is much safer btw)
When you delete either
UStatsComponent
orULevelComponent
(or both?) you get this error in editor: