I am working on a plugin that contains blueprints and is used across multiple projects.
When I rename or move a blueprint within the plugin, and deploy the plugin into other projects, I have redirectors to help me fix the broken references from other blueprints. But I get map loading issues that says “CreateExport: Failed to load Outer for resource ***: ***”, which I think suggests the map could not find the blueprint that was renamed or moved. Is there any convenient ways to tackle this issue?
Thanks.