If I'm going to call the Delete() function, I want to make sure I'm not erasing an NPC from the game. I could cast the Objectreference to Actor then try to call a function that only a "real" actor could do, but are there any "Safe" functions that would determine if it's an actor or, say, a weapon that's sitting on the ground?
