Child Actor Component - Can't access parent variables

Cast it to the class of the parent and get a reference to that mesh:


You can cast to your specific character (in this case TopDownCharacter), but the mesh is inherited from the Character class so you could also cast to that.