Maybe this will work:
MyCharMale->ALS->male_character->Character BP
MyCharFemale->ALS->male_character->Character BP
Spawn char by gender setting, on player character cast references either
- Store all common information in Character BP and cast to it when accessing player
- Create a Player Interface BP and register both MyCharMale and MyCharFemale to it / implement access functions, use Interface instead of casting