Children of a BP only contains parent variables in Packaged build or Standalone

Generally speaking unreal is too stupid to appropriately set the “parent” for most things you spawn.
So the catch all is to manaully spaen the thing, fhen set the proper parent for it manually.

The even better thing is to create an actor variable called RealParent, set that, and only use that in your code…