Skip to content

Simple plugin that fixes Unreal Engine python scripts loading phase that causes blueprint compilation errors.

License

Notifications You must be signed in to change notification settings

Gradess2019/PythonBlueprintFixer

Repository files navigation

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!

About

Simple plugin that fixes Unreal Engine python scripts loading phase that causes blueprint compilation errors.

Resources

License

Stars

Watchers

Forks

Packages

No packages published