smalllixin / BlueprintRetarget

An small tool that allows retargeting invalid blueprints when its parent class is missing on UE5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blueprint Retarget plugin

An small tool that allows retargeting invalid blueprints when its parent class is missing on UE5.

This folk just fix the original codes compile complaints in unreal engine 5. Just copy the entire folder to your project's Plugins folder and recompile your project. Then you can use it in the editor.

I tested this tool in UE5.2 version. It works fine. (And plz track your assets with some version control just in case.)

When to Use

Use this tool when a blueprint has a missing parent class (and therefore you can't open it).

This can happen when:

  • It's parent C++ class has been renamed, changed its module or is missing for any other reason.
  • It's parent Blueprint class has been lost but still exists somewhere.

Only retarget classes with their original, not modified, parent classes.

This is not a magic fix button

It won't fix references and blueprints could still fail if the parent has changed or if anything else is corrupted.

Use it only when the parent class is missing.

Usage

  1. When having an invalid blueprint, right click on it to see "Retarget invalid parent"

  1. After this, a warning will pop up... to warn you

  1. Finally, select the missing parent from the list. The blueprint will be reparented and you should be able to use it again.

About

An small tool that allows retargeting invalid blueprints when its parent class is missing on UE5

License:Apache License 2.0


Languages

Language:C++ 97.5%Language:C# 2.5%