Giter Site home page Giter Site logo

smalllixin / blueprintretarget Goto Github PK

View Code? Open in Web Editor NEW

This project forked from piperift/blueprintretarget

0.0 0.0 0.0 132 KB

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

License: Apache License 2.0

C++ 97.50% C# 2.50%

blueprintretarget's Introduction

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.

blueprintretarget's People

Contributors

muit avatar smalllixin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.