No additional engrams with custom Pawns

My current mod replaces the pawns. For whatever reason, mods stacks behind it don’t have their engrams added to the list. Everything works as it should, nothing crashes (dev kit, single player, dedicated server, every situation works), but no additional engrams are popping up. The only time I’ve seen engram issues is with a busted PrimalGameData. So I decided to start from scratch… Still the same problem.

  1. Copy of PlayerPawnTest + Male + Female
  2. Reparent Male + Female to PlayerPawnTest copy (which is a child of ShooterCharacter)
  3. Set the genders in PrimalGameData to my Male + Female

Runs great. No issues. Except the engrams.

  1. Grab a TestGameMode
  2. Replace PlayerPawnTest here with my PlayerPawnTest

Runs exactly the same. No engrams from stacked mods.

What am I missing?

Thanks.