IT_KMITL
(IT_KMITL)
1
What I’m currently doing
- When the A button is pressed
- Check what object is currently held
- Verify if the object has the tag “Mask”
- Perform a Line Trace forward
- If the trace hits the BP_Dumdum mannequin
- Attach the held object to the socket on the mannequin
- Release the Physics Handle(stop holding the object)
Thanks, I really appreciate your help!
Ruffhaus
(ruffhaus)
2
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