how to get skeletal mesh children out of foreach loop

Hi im trying to set the leader pose to all skeletal meshes I add to this character
what am i missing here


I know I can just add the reference directly such as I do in this example

but that will get messy fast as I add the deferent components
how can I modify this to set them from the foreach loop ?

never mind , i figured it out