Let’s pretend I created this component and literally called it “NewBoxComponent”.
Now that I made it and it compiles it occurs to me that I don’t really know how to properly delete this and remake it. There’s no way I want to look for NewBox every time I add one. I see I can rename it in a few places but I don’t want it to just change the instance by accident. As we’ve seen the name is kept throughout the code but I need the component to be called TriggerVolume or whatever. There’s probably an easy fix for this, right?