Issues with Control Rig array items adding

I have a for each loop to get feet bones, that should add 2 entries into the array on ‘construction event’. I tried other type arrays and they all get populated just fine.
Got in working by making a struct with single float variable and made an array of that :smiley: