Overlap and trigger

Create a Boolean variable that is set ‘true’ when pressed and false when released, then have a branch node immediately after the overlap event check and see if the variable is true if yes continue execution if false do nothing. This way only overlaps occurring when the controller is being pressed will execute.