How can i add "look at object" as an condition when picking up an object?

It’s fine, i’m not really a programmer either but you’ll get used to BP’s(and sometimes have more fun) in no time.

Now, i dont know how you are setting the Object Looked bool, but here’s what you should do:

  • Drag from Hit Actor of th trace’s hit result
  • type Get Class
  • drag from the return value of the get class and type “equal” and you’ll get a node that compares if too classes are the same.
  • Select your pickup item as the class to compare
  • Now get that bool output and set the Object Looked bool with it right after the line trace.

Let me know if this is too confusing and i’ll post a screenshot.