SkillAgentSearch skills...

PythonBlueprintFixer

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

Install / Use

/learn @Gradess2019/PythonBlueprintFixer
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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!

View on GitHub
GitHub Stars13
CategoryDevelopment
Updated6mo ago
Forks4

Languages

C++

Security Score

82/100

Audited on Sep 10, 2025

No findings