I'v ported prefabricator to UE5 preview (just some member access are replaced by getters realy, no breaking changes), but
when using prefabs with WorldPartition all works in editor, but there is no way to build package as for every prefab those errors occur:
LoadErrors: Error: /Game/ExternalActors/Game/Maps/_WORKSPACES/WORKSPACE_WP1/02/84/9C5WXNTJTW5XVGSULS1D3 : Failed import for PrefabActor /Game/Game/Maps/_WORKSPACES/WORKSPACE_WP1.WORKSPACE_WP1:PersistentLevel.ESV_AirInternational_01_15 Referenced by export StaticMeshComponent /Game/Game/Maps/_WORKSPACES/WORKSPACE_WP1.WORKSPACE_WP1:PersistentLevel.StaticMeshActor_UAID_4CCC6AF537C1CCA600_1379263771.StaticMeshComponent0
LoadErrors: Error: /Game/ExternalActors/Game/Maps/_WORKSPACES/WORKSPACE_WP1/02/84/9C5WXNTJTW5XVGSULS1D3 : Failed import for PrefabComponent /Game/Game/Maps/_WORKSPACES/WORKSPACE_WP1.WORKSPACE_WP1:PersistentLevel.ESV_AirInternational_01_15.PrefabComponent Referenced by export StaticMeshComponent /Game/Game/Maps/_WORKSPACES/WORKSPACE_WP1.WORKSPACE_WP1:PersistentLevel.StaticMeshActor_UAID_4CCC6AF537C1CCA600_1379263771.StaticMeshComponent0
I'v ported prefabricator to UE5 preview (just some member access are replaced by getters realy, no breaking changes), but when using prefabs with WorldPartition all works in editor, but there is no way to build package as for every prefab those errors occur:
LoadErrors: Error: /Game/ExternalActors/Game/Maps/_WORKSPACES/WORKSPACE_WP1/02/84/9C5WXNTJTW5XVGSULS1D3 : Failed import for PrefabActor /Game/Game/Maps/_WORKSPACES/WORKSPACE_WP1.WORKSPACE_WP1:PersistentLevel.ESV_AirInternational_01_15 Referenced by export StaticMeshComponent /Game/Game/Maps/_WORKSPACES/WORKSPACE_WP1.WORKSPACE_WP1:PersistentLevel.StaticMeshActor_UAID_4CCC6AF537C1CCA600_1379263771.StaticMeshComponent0
LoadErrors: Error: /Game/ExternalActors/Game/Maps/_WORKSPACES/WORKSPACE_WP1/02/84/9C5WXNTJTW5XVGSULS1D3 : Failed import for PrefabComponent /Game/Game/Maps/_WORKSPACES/WORKSPACE_WP1.WORKSPACE_WP1:PersistentLevel.ESV_AirInternational_01_15.PrefabComponent Referenced by export StaticMeshComponent /Game/Game/Maps/_WORKSPACES/WORKSPACE_WP1.WORKSPACE_WP1:PersistentLevel.StaticMeshActor_UAID_4CCC6AF537C1CCA600_1379263771.StaticMeshComponent0
any ideas what might it be ?