How to interact with objects in third person mode?

Hi!
im a bit new to scripting with blueprints, so i hope this is the right place to ask a question like this.
I made a 3d model, animated and all, but now i want to let it interact with objects (pick things up, in this case also being able to eat the object, etc. )
Now i followed a series of tutorials, but all of those were made for first person characters.
does anybody know or have any good tutorials on how to do this?
thanks!

“Interact” is a pretty generic statement. What specifically do you want to do? “Pick things up” so overlap events are good for this…“eat the object”…probably will need to “attach to parent” with the parent being the hand or arm of your character etc. Kind of a vague question with a lot of different ways to go about doing what you want. A little more specificity would help get you a better answer.

i’ll try to be a bit more specific with my questions next time :slight_smile:
your reply did help me with understanding the attach to parent concept a little more so i’ll try some more tutorials which i’ve found in the mean time :slight_smile:
thanks for replying ^.^