How to move a component in a BP with joystick?

Hi, I am making a top down shooter and i’m setting the character BP. I’ve plugged the movement input onto the left joystick without any problem and im trying to make a aiming cursor in the BP as a component in the character itself. I would like to know how should i approach the movement of my component which would be assigned to the right joystick in order to be able to move my character and the aiming independently.

Is it possible? Should I create another actor in order to achieve it?

Any help and tips is greatly apreciated

problem solve i used set relative offset and it works great!