The batch export plugin is currently looking for the saved settings through the absolute path, which is not ideal. This can cause issues when sharing the project with others or when moving the project to a different location on the same machine. Instead of using an absolute path, the plugin should use a relative path to look for the saved settings (saved in the .UELer/export_configs). This way, the settings can be easily accessed regardless of where the project is located. Please update the batch export plugin to use a relative path for accessing the saved settings.
The batch export plugin is currently looking for the saved settings through the absolute path, which is not ideal. This can cause issues when sharing the project with others or when moving the project to a different location on the same machine. Instead of using an absolute path, the plugin should use a relative path to look for the saved settings (saved in the .UELer/export_configs). This way, the settings can be easily accessed regardless of where the project is located. Please update the batch export plugin to use a relative path for accessing the saved settings.