Two Bone IK updating a frame later?

Well… I kinda answer this question to myself… hahahah

The issue was that the Camera and the Tool are childs of the Skeletal Mesh I can not change their tick since they inherit it from the parent.

The solution was to manually set the camera position relative to the skeletal bone every frame. The Skeletal Mesh has Post-Work Tick update and the Camera and their children have During Physics Tick update and now everything looks like is updating at the same frame which is great.

I don’t like having another tick function, but so far doesn’t seem taking any frame from the performance, so I guess is good.