So i was working on this project in the latest update and my project freezes as always I have to end task it but when I open it the npc character component was not there the blueprint was there but the component was not like the skelet mesh and when I selected them it wasn’t even showing details in details panel it was just blank and annoying can anyone help me
I know it has been a while but I had this issue several times and found a workaround. If you change the parent class to something else and then change it back, it started appearing correctly for me
GOD BLESS YOU

Fix Blank Details Panel by Changing Parent Class
Step 1: Open the Corrupted Blueprint
- In the Content Browser, double-click your corrupted Blueprint to open it.
- If the viewport opens but the Details panel is blank, that’s okay — continue.
Step 2: Open Class Settings
- Click the “Class Settings” button in the top toolbar of the Blueprint editor.(If you don’t see it:
Window → Class Settings)
Step 3: Temporarily Change the Parent Class
- In the “Details” panel, look for the “Parent Class” section.
- Click the dropdown and change it to a different parent just temporarily.Examples:
- If it’s a
Character, switch it toPawn - If it’s a
Pawn, switch it toActor
It will warn you that this will remove incompatible variables/functions — click Yes, because we’re switching it back right away.
Step 4: Switch Back to the Original Class
- After it reloads, go right back into Class Settings.
- Set the Parent Class back to what it was originally.
- For example:
Character→Pawn→Character
- Let it compile and reload again.
Step 5: Save and Close
- Click Compile, then Save the Blueprint.
- Close and re-open it to see if the Details panel is now working.
