Maintain movement after replacing bone translation

Inside the animation blueprint, the animation chain is going into a copy bone node. That copy bone replaces the hand translation to another bone to create an aiming pose. Problem is all previous movement is lost. Is there a way to maintain the previous movement, relative to the new pose (like a offset)? The previous movement is needed, no additive animations after.

It seems the make dynamic additive node was the solution.