How to drop weapon without using spawn actor from class

Hello, I was wondering how I can drop a weapon without using spawm actor from class, I don’t want to generate another weapon. something like impulse.

if the weapon you want to drop is an already existing actor, detaching it from parent should work,
if it’s just a mesh component it would get really difficult and I would rather recommend you to change it into an attached actor.