Hi there.
While trying to solve a problem I’ve run into a different one.
After reparenting a paper character to a Character, the resulting inherited mesh doesn’t seem to be accessible.
The details panel is blank and if you drag it into the Event Graph, the nodes details for Default Value - Mesh are None.
When creating a blank Character blueprint the default value for the mesh’s graph node leads to this directory
“SkeletalMeshComponent’/Game/Blueprints/Characters/NewBlueprint.Default__NewBlueprint_C:CharacterMesh0”
This is a blueprint only project. I’ve tried reparenting back and forth, reloading the editor, deleting and restoring, and doing this on another computer (My partner developer). The issue is the same when reparenting this class, which is our base class for all characters in the game.
I’ve included pictures of the blank details panel, where it shows “none” in the node if dragged into the event graph, and what a fresh/new character blueprint’s mesh node says when dragged into the event graph (showing a path, instead of none despite no mesh being specified yet)
Thanks for any and all help.