Trying to make magnetic mines, but the sphere trigger inherits physics and so all approaching pawns actually push it away. How do I undo this?
Just change the collision settings of the inherited object, in the child. It’ll overwrite the settings for that child and any change to the object in the parent will no longer change the child’s properties.