# Skeletal Merging Nodes Corruption

This is fairly uncommon issue, but sometimes it happens when using Skeletal Merging plugin. \
Even if you have the plugin enabled, nodes in the blueprint can randomly get corrupted like on the screenshot below. Refreshing and reconnecting them helps for a session, but after project reload it will get corrupted again.

<figure><img src="/files/7GGI2TT2A6gASyDMoj0P" alt=""><figcaption></figcaption></figure>

To fix it, you going to have to change the order of your project module loading from "Default" to "PostDefault". You can do it by going into your .uproject file and changing it like this:

<figure><img src="/files/H41sfCiBRZs4MfH2kF82" alt=""><figcaption></figcaption></figure>

Once you do that, the issue should be gone.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lab3.studio/support/common-issues/skeletal-merging-nodes-corruption.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
