Destroy component not working

So basically i have a shop where you can buy cosmetics. I setup the attaching it on but when i try to destroy it, it doesnt work. I have tried so many things like detaching the component but every single time it doesnt work. It always comes up with a “Accessed non” error. Does anyone know how to fix this?

You do need to use DestroyActor, because you spawned an actor. But you’re trying to connect that from the ‘target’ node, instead of from the actual spawn node.

Also, you only need to run all this when the player chooses an article, not on tick, which is EVERY FRAME!