Object which You point, should show the front of You

Hello!
I am new at U4 and I am try to do simple change location blueprint for box.
I point at object, click E and I would like to , that object show the front of me.

I figure out what I should to do, to object show on player location but i would like to that object show front of me not on player position.
I tried to play with forward vector, but in this properties which I have object show behind me.

Do You have any ideas how to fix it?

Cheers Adam Lato

You are doing the wrong math with the forward vector, multiply the ‘Get Forward Vector’ by a number before you add it.

Thank You! It fixed the problem.
It is possible to change the location with player movment?

I would like to this box which i select go with player and if he click button again it will stop.

I think i should use Attach Actor to Actor. Am I right?

Yes, I haven’t used attach actor to actor but it should work.

I figure out, how to attach object to player but how to set static position of object. To show always on front of the player? Now it’s show randomly, depends how I will catch object.