How to add components in a blueprint class using python?

Hi Guys.

I’m currently working on a project where i need to add some components into a blueprint class, to be more specific, i need to edit the blueprint class of the city sample crowd character and then spawn the blueprint class on the world, I’ve tried to look at the python API documentation and I’ve found the components that I need to add but I’ve don’t found some way to add the components into the class using python.

There is some way to do this?