Need help to set a component location in scene in c++

So I created a paper character in c++ and I attached it to root component but I want it to stay in a higher position. Using relative location isn’t working, my charater is always showing up too far from the root.
How could I set it to show in that position?