Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.05 KB

File metadata and controls

16 lines (13 loc) · 1.05 KB

Python Blueprint Fixer

Description

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.

How to install

  1. Download latest release for your Unreal Engine version
  2. Unzip into: <ProjectDirectory>/Plugins (create Plugins directory if it doesn't exist)
  3. If you are using C++: Right Mouse Button on your .uproject file -> Generate Visual Studio project files
  4. Launch project
  5. If it's not enabled: Go to Edit -> Plugins -> "Project" category -> Editor -> Enable "Python Blueprint Fixer" and restart the editor
  6. Done

How to use

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!