coderespawn / prefabricator-ue4

Prefabricator - Prefab plugin for Unreal Engine 4 https://prefabricator.dev
MIT License
317 stars 76 forks source link

Prefabricator & WorldPartition #40

Open MXADD opened 3 years ago

MXADD commented 3 years ago

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 ?