If you’ve attached them in the level, then you need to use GetAttachedActors from the level BP, or a widget or another actor in the scene.
If you’ve made the children as components of the parent ( inside the BP ), then you can use GetAllChildActors.