Spawning Blueprints via another Blueprint Constructors Script

The way I do it is to have a custom event within the blueprint that essentially replicates what you would have on the child blueprints construction script and then simply spawn the child actor and cast to your “blueprintSetup” event on it and feed across any variables that you want.