Broken blueprint?

Hello! I’m new to Unreal and Blueprint! I don’t know what these purple components are nor how to get rid of them. I have the option to delete them, but that just makes my blueprint need to recompile. What should I do to get rid of them? Do I have to redo my whole blueprint?

It looks like you accidentally added these to your actor. If you don’t need that component it should be safe to delete them.

Try deleting them and compiling, if it gives you errors click on the error dialogue box to see what the problem is.
Recompiling is not a big deal, your blueprint will always have to do so before a change.

Well I can’t delete them, when I click the button they don’t disappear. And they weren’t added in code so I’ve no idea how they got there.

what happens when you find references.
is that a reference to another class? my barrel is a scene component

Sorry, but I tried to fix the issue by making another blueprint the same way I did before and I deleted this one and it worked. So when this happens, I guess the only solution is to start over