UFW Default rules can be viewed in the file
/etc/default/ufw
Several defaults are set to:
Accept: Allow Packet
Drop: Drop Packet with no response
Reject: Drop Packet with response
If you were to change a value in this file directly you would have to recycle UFW:
$ sudo ufw disable
$sudo ufw enable
For the changes to take effect