How do I referance an actor from another BP?

Hello,

I have a AI actor setup and I have a pickup item. I have setup the pickup item with an overlap event. It checks the overlap between the player character and when it overlaps another cast to is called. This cast to is the AI actor as I want to change the material of it when the player overlaps with the pickup item.

On the cast to AI actor I do not know what to reference it as… what do I put int the execution pin… get player controller, get owner, get player controller, get AI controller… what do I put in this pin?

Thanks.

Cast is simple. Is the object you put in a ThingYouCastTo. Let me know if you figure out the rest for yourself :stuck_out_tongue_winking_eye:

… I know what caating is… I just don’t know what to put into the execution pin… it is not my player character so it can not be get player character.