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.