I want someone to me what's wrong with my Blueprint

What I’m currently doing

  1. When the A button is pressed
  2. Check what object is currently held
  3. Verify if the object has the tag “Mask”
  4. Perform a Line Trace forward
  5. If the trace hits the BP_Dumdum mannequin
  6. Attach the held object to the socket on the mannequin
  7. Release the Physics Handle(stop holding the object)



Thanks, I really appreciate your help!

Straight away I notice that trace is not going to give you a proper forward vector.

You want Location + ForwardVector * Distance

If that doesn’t help maybe you can give some more details? What step in that chain of logic is not doing what it is supposed to?

1 Like