The owner of that blueprint is the level. It’s not some other random object. There is no (performant) way to access that function with your current setup.
What you should do is use a combined base class for all your pickup objects. Then you can move any functions that they have in common into that base class so they are available to all of them.