Return an object to a specific location - BP Instance variable & tracing

That’s already done that way and working. I tested with a custom keyboard key and the object is correctly returning to it’s position.

What’s not working is that I’m trying to make it return only when you’re looking toward it’s original location. When the object is carried and the player Left click, the logic should be like “Is the player looking toward the initial location?; TRUE: Return the object; FALSE: Throw the object”.