Hey Community,
I have an annoying bug in 2 different projects and 1 clean project with the Third Person Example.
If I create my own PlayerCharacter Blueprint and create a child from it, the Character Mesh will be set back to none in the child blueprint after restarting the engine.
In my Case BaseCharacter as parent and PlayerCharacter. as child.
So the Mesh from PlayerCharacter will be set back to “none” after restarting the engine.
Any ideas?
Because setting the Skeletal Mesh and the animation after every start is annoying me so bad.
Cheers
EDIT:
Location, Scale and Rotation Settings are also resetted.