unreal-blueprint-migration-repair

Repair Unreal Engine Blueprint and UMG asset breakage after migrations.

16|3|Updated Jun 13, 2026
One-click install
npx skills add https://github.com/OrionUE/Orion_FreeEdition --skill unreal-blueprint-migration-repair
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unreal-blueprint-migration-repair
Source: https://github.com/OrionUE/Orion_FreeEdition/tree/main/.agents/skills/unreal-blueprint-migration-repair
Command: npx skills add https://github.com/OrionUE/Orion_FreeEdition --skill unreal-blueprint-migration-repair

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill fixes Unreal Engine Blueprint and UMG failures caused by project migrations, plugin moves, or engine upgrades, restoring broken references and compile stability.

Core Features & Use Cases

  • Blueprint Repair Workflow: Diagnoses and resolves missing classes, functions, variables, structs, broken casts, orphaned pins, and CompileAllBlueprints failures.
  • UMG Migration Recovery: Repairs Widget Blueprint issues including stale widget GUIDs, missing child widgets, binding problems, and corrupted UI references.
  • Migration Validation: Guides checks for CoreRedirects, asset dependencies, GameMode defaults, and runtime startup failures after repairs.

Quick Start

Use the unreal-blueprint-migration-repair skill to analyze my migrated Unreal project and fix Blueprint and UMG compilation errors.

Frequently Asked Questions about unreal-blueprint-migration-repair

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix Blueprint compile errors after an Unreal Engine upgrade?

Fix Blueprint compile errors after an Unreal Engine upgrade by diagnosing missing classes, functions, variables, and broken casts. Validate asset dependencies, apply CoreRedirects, and run editor repair workflows to restore compile stability.

Why does CompileAllBlueprints fail after migrating my Unreal project?

CompileAllBlueprints fails after Unreal project migration due to missing references, orphaned pins, and broken structs. Resolve these by validating asset dependencies, checking configuration redirects, and executing compile verification steps for affected assets.

How do I repair broken UMG Widget Blueprint references in Unreal Engine?

Repair broken UMG Widget Blueprint references in Unreal Engine by resolving stale widget GUIDs, missing child widgets, and corrupted UI bindings. Validate GameMode defaults and runtime startup behaviors to ensure full UI migration recovery.

What is the best way to resolve CoreRedirect issues causing startup crashes in Unreal?

Resolve CoreRedirect issues causing Unreal startup crashes by validating configuration redirects against migrated asset dependencies. Apply editor repair workflows to fix missing class and function references, then verify project runtime startup stability.

Can I use this Blueprint migration repair workflow for missing variables and orphaned pins?

Yes, you can use this Blueprint migration repair workflow to diagnose and resolve missing variables, functions, and orphaned pins. It validates asset dependencies and runs compile verification steps to ensure broken Blueprint references are fully restored.