Thanks, so it seems, in my case, I might as well ditch the collision component and just use the mesh for both physics and interaction, because my items always simulate physics and their only functionality is to be destroyed when added to an inventory.
You mentioned high speed projectiles though.
In that case physics is being applied to the collision component (which is root), right? Not to the mesh?