Hello all,
I have a reoccurring issue with what appears as the Character BP losing reference to parent class. The Skeleton Mesh component stops displaying the mesh and inherited components cannot be seen in the details panel.
Picture below:
I fix it by reparenting the BP class under ACharacter, but I then have to set up all the variables in the inherited components again (eg. mesh) and set up ACharacter inherited functions again.
Would anyone know what is going on and how I can more permanently solve this?