Can't override method in blueprint using BlueprintNativeEvent

oh, that’s because you hid the parent Use in your child class, which is a mistake, and tbh I don’t even know how UBT let you do it

remove the redeclaration of use in your ADroppedItem, and only keep the Use_Implementation override