Convert "Static Mesh" reference to "Object Class Reference"

hello. I don’t know how to pronounce your name :slight_smile: BTW

  • you can’t convert or assign variables of different classes to each other. in your case one is ‘static mesh’ and the other is ‘backpack base’. unless they have child-parent relation.

so, here is a suggestion

  • make your all pickable items inherit(parent) from the same class.