to stop the throwable actor, but that doesn’t stop the pawn from jumping. Nor if I destroy the throwable in the event. It appears that Pawn’s jump occurs before those events.
I haven’t played with this type of thing too much, but I usually stopped unwanted physics interactions by making sure I overrode all physics events, including Touch(), and putting in a “return;” line whenever I wanted all physics effects to stop.