Convert under finger location to player location

I am using Get Hit Result Under Finger for Objects for a button i have made. This gives me the location around the button converted to world space. I want to add this movement around my character instead of around the button. Is there a way to convert this location to be placed around my character? (I want to Line Trace from my character to the direction of the button, but the line trace end position right now is around my button instead of my character.)