Simple plugin that fixes Unreal Engine python scripts loading phase that causes blueprint compilation errors. Especially it helps if you use a lot of Editor Utility Widgets that uses python scripts and are opened on engine startup.
- Download latest release for your Unreal Engine version
- Unzip into: <ProjectDirectory>/Plugins (create Plugins directory if it doesn't exist)
- If you are using C++: Right Mouse Button on your .uproject file -> Generate Visual Studio project files
- Launch project
- If it's not enabled: Go to Edit -> Plugins -> "Project" category -> Editor -> Enable "Python Blueprint Fixer" and restart the editor
- Done
Add your python scripts to Startup Scripts in project settings as you usually do. The plugin will start its work automatically. No additional steps required. Enjoy!