Set Location on single axis without afecting the others

In BP how can I set relative location for the Y axis without effecting the other axis?
The problem is that I’m using SetRelativeLocation for a flipbook along the Y axis on event tick. Later in the BP when I want to now move the flipbook on the Z axis it works but only for one tick before it is set back to zero because of the previous setting.
I have tried “Split Struct” but that does not seem to work.

Hello

SetRelativeLocation > rightclick at the node circle > split struct

this way you can see all 3 axis in float values

Regards,

Thx a million Filipe Tessaro

That really helped with my problem.
I was trying to make a realistic 2d ladder where you can hop on from anywhere even when in mid air and with your solution that made it possible .

Cheer!