Character Customizer (Version 4)

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

  1. Store all common information in Character BP and cast to it when accessing player
  2. Create a Player Interface BP and register both MyCharMale and MyCharFemale to it / implement access functions, use Interface instead of casting