In the myCharacter blueprint, I have a function called “changeWeapon”. If I call this function in the Event Graph by using “Event Begin Play”, it works but not if I call it from another blueprint, using a reference to the myCharacter BP. The overlap itself does work, though.
Please refer to the attached pictures for clarification.