Inventory problems :(

Yeah.

Now you’ll want to update your interface to use a class for ‘drop item’ and then when you call ‘drop item’ (this is where you’re telling the character what item to drop) you’ll want to pass that class in, instead of the reference. Then, in the actual drop function, you’ll want to just spawn actor from class.