Custom Anim Node - Rotate bone failure (child bones do not update location)

Okay So I just realized that what was going on is that the bone is in fact rotating, the issue is that I immediately do calculation for the children bones right after the the rotate, based on the previous positions . So the bones I solved for after are solved on old transforms. I need to get the current bone location. I will update my code and post momentarially.